This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: New stat stuff (was [PATCH] improve performance of stat() ope rations (e.g. ls -lR ))


For interests sake, here are the file operations done with no
special options (neither environment nor mount) for a ls -l on
a file:

IRP_MJ_CREATE	file SUCCESS		Attributes: Any Options: Open 	
FASTIO_QUERY_BASIC_INFO	file SUCCESS		Attributes: A	
IRP_MJ_CLEANUP	file SUCCESS		
IRP_MJ_CLOSE 	file SUCCESS		
IRP_MJ_CREATE	file SUCCESS		Attributes: RN Options: Open 	
IRP_MJ_QUERY_VOLUME_INFORMATION	file SUCCESS
FileFsVolumeInformation	
IRP_MJ_QUERY_INFORMATION	file BUFFER OVERFLOW	FileAllInformation
IRP_MJ_CLEANUP	file SUCCESS		
IRP_MJ_CLOSE 	file SUCCESS		
IRP_MJ_CREATE	file SUCCESS		Attributes: Any Options: Open 	
FASTIO_QUERY_BASIC_INFO		file SUCCESS		Attributes: A	
IRP_MJ_CLEANUP	file SUCCESS		
IRP_MJ_CLOSE 	file SUCCESS		
IRP_MJ_CREATE	file SUCCESS		Attributes: Any Options: Open 	
IRP_MJ_QUERY_SECURITY		file SUCCESS		
IRP_MJ_CLEANUP	file SUCCESS		
IRP_MJ_CLOSE 	file SUCCESS		


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]