SMB_STRUCT_STAT    90 examples/VFS/skel_opaque.c 				       SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   181 examples/VFS/skel_opaque.c static int skel_stat(vfs_handle_struct *handle,  const char *fname, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   186 examples/VFS/skel_opaque.c static int skel_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   191 examples/VFS/skel_opaque.c static int skel_lstat(vfs_handle_struct *handle,  const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   297 examples/VFS/skel_opaque.c 					  const SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   583 examples/VFS/skel_opaque.c static bool skel_is_offline(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT    84 examples/VFS/skel_transparent.c 				       SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   174 examples/VFS/skel_transparent.c static int skel_stat(vfs_handle_struct *handle,  const char *fname, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   179 examples/VFS/skel_transparent.c static int skel_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   184 examples/VFS/skel_transparent.c static int skel_lstat(vfs_handle_struct *handle,  const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   289 examples/VFS/skel_transparent.c 					  const SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   543 examples/VFS/skel_transparent.c static bool skel_is_offline(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   354 source3/client/client.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1763 source3/client/client.c 		SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  2955 source3/client/client.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  3123 source3/client/client.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  3401 source3/client/client.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  3571 source3/client/client.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   398 source3/client/clitar.c 	SMB_STRUCT_STAT stbuf;
SMB_STRUCT_STAT  1791 source3/client/clitar.c 					SMB_STRUCT_STAT stbuf;
SMB_STRUCT_STAT   438 source3/include/includes.h #ifndef SMB_STRUCT_STAT
SMB_STRUCT_STAT   512 source3/include/proto.h struct file_id vfs_file_id_from_sbuf(connection_struct *conn, const SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   918 source3/include/proto.h int sys_stat(const char *fname,SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   919 source3/include/proto.h int sys_fstat(int fd,SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   920 source3/include/proto.h int sys_lstat(const char *fname,SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  1023 source3/include/proto.h struct timespec get_create_timespec(const SMB_STRUCT_STAT *st,bool fake_dirs);
SMB_STRUCT_STAT  1024 source3/include/proto.h struct timespec get_atimespec(const SMB_STRUCT_STAT *pst);
SMB_STRUCT_STAT  1025 source3/include/proto.h void set_atimespec(SMB_STRUCT_STAT *pst, struct timespec ts);
SMB_STRUCT_STAT  1026 source3/include/proto.h struct timespec get_mtimespec(const SMB_STRUCT_STAT *pst);
SMB_STRUCT_STAT  1027 source3/include/proto.h void set_mtimespec(SMB_STRUCT_STAT *pst, struct timespec ts);
SMB_STRUCT_STAT  1028 source3/include/proto.h struct timespec get_ctimespec(const SMB_STRUCT_STAT *pst);
SMB_STRUCT_STAT  1029 source3/include/proto.h void set_ctimespec(SMB_STRUCT_STAT *pst, struct timespec ts);
SMB_STRUCT_STAT  1110 source3/include/proto.h bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  1112 source3/include/proto.h bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st);
SMB_STRUCT_STAT  1113 source3/include/proto.h uint64_t get_file_size_stat(const SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  2461 source3/include/proto.h bool cli_unix_stat(struct cli_state *cli, const char *name, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  2696 source3/include/proto.h                           SMB_STRUCT_STAT *sbuf, uint32 *attributes );
SMB_STRUCT_STAT  3530 source3/include/proto.h int vfswrap_lstat(vfs_handle_struct *handle,  const char *path, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  4290 source3/include/proto.h 			SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  4895 source3/include/proto.h 			SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT  6267 source3/include/proto.h 			SMB_STRUCT_STAT *pst);
SMB_STRUCT_STAT  6268 source3/include/proto.h bool dptr_SearchDir(struct dptr_struct *dptr, const char *name, long *poffset, SMB_STRUCT_STAT *pst);
SMB_STRUCT_STAT  6285 source3/include/proto.h bool is_visible_file(connection_struct *conn, const char *dir_path, const char *name, SMB_STRUCT_STAT *pst, bool use_veto);
SMB_STRUCT_STAT  6289 source3/include/proto.h 			SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  6316 source3/include/proto.h uint32 dos_mode_msdfs(connection_struct *conn, const char *path,SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  6318 source3/include/proto.h uint32 dos_mode(connection_struct *conn, const char *path,SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  6320 source3/include/proto.h 		     uint32 dosmode, SMB_STRUCT_STAT *st,
SMB_STRUCT_STAT  6364 source3/include/proto.h bool can_access_file_data(connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf, uint32 access_mask);
SMB_STRUCT_STAT  6365 source3/include/proto.h bool can_write_to_file(connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT  6382 source3/include/proto.h int fsp_stat(files_struct *fsp, SMB_STRUCT_STAT *pst);
SMB_STRUCT_STAT  6392 source3/include/proto.h 			SMB_STRUCT_STAT *pst);
SMB_STRUCT_STAT  6488 source3/include/proto.h 		SMB_STRUCT_STAT *sbufp);
SMB_STRUCT_STAT  6609 source3/include/proto.h 				    SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT  6638 source3/include/proto.h 			  SMB_STRUCT_STAT *psbuf, files_struct **result);
SMB_STRUCT_STAT  6668 source3/include/proto.h 			     SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT  6745 source3/include/proto.h void create_file_sids(const SMB_STRUCT_STAT *psbuf, DOM_SID *powner_sid, DOM_SID *pgroup_sid);
SMB_STRUCT_STAT  6763 source3/include/proto.h bool set_unix_posix_default_acl(connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  7039 source3/include/proto.h 			SMB_STRUCT_STAT *pst);
SMB_STRUCT_STAT  7075 source3/include/proto.h 			   const SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  7122 source3/include/proto.h bool vfs_directory_exist(connection_struct *conn, const char *dname, SMB_STRUCT_STAT *st);
SMB_STRUCT_STAT  7123 source3/include/proto.h bool vfs_object_exist(connection_struct *conn,const char *fname,SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  7124 source3/include/proto.h bool vfs_file_exist(connection_struct *conn, const char *fname,SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  7141 source3/include/proto.h char *vfs_readdirname(connection_struct *conn, void *p, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   339 source3/include/smb.h 	SMB_STRUCT_STAT *statinfo;
SMB_STRUCT_STAT   319 source3/include/vfs.h 					      SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   347 source3/include/vfs.h 					SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT   358 source3/include/vfs.h 		int (*stat)(struct vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   359 source3/include/vfs.h 		int (*fstat)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   360 source3/include/vfs.h 		int (*lstat)(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   361 source3/include/vfs.h 		uint64_t (*get_alloc_size)(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   390 source3/include/vfs.h 						 const SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   497 source3/include/vfs.h 		bool (*is_offline)(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT    76 source3/lib/dbwrap_file.c 	SMB_STRUCT_STAT statbuf;
SMB_STRUCT_STAT   727 source3/lib/debug.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT    27 source3/lib/file_id.c struct file_id vfs_file_id_from_sbuf(connection_struct *conn, const SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT    49 source3/lib/sysquotas.c 	SMB_STRUCT_STAT S;
SMB_STRUCT_STAT   106 source3/lib/sysquotas.c 	SMB_STRUCT_STAT S;
SMB_STRUCT_STAT   297 source3/lib/system.c int sys_stat(const char *fname,SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   314 source3/lib/system.c int sys_fstat(int fd,SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   331 source3/lib/system.c int sys_lstat(const char *fname,SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   346 source3/lib/time.c static time_t calc_create_time(const SMB_STRUCT_STAT *st)
SMB_STRUCT_STAT   369 source3/lib/time.c struct timespec get_create_timespec(const SMB_STRUCT_STAT *pst,bool fake_dirs)
SMB_STRUCT_STAT   406 source3/lib/time.c struct timespec get_atimespec(const SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT   441 source3/lib/time.c void set_atimespec(SMB_STRUCT_STAT *pst, struct timespec ts)
SMB_STRUCT_STAT   466 source3/lib/time.c struct timespec get_mtimespec(const SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT   501 source3/lib/time.c void set_mtimespec(SMB_STRUCT_STAT *pst, struct timespec ts)
SMB_STRUCT_STAT   526 source3/lib/time.c struct timespec get_ctimespec(const SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT   561 source3/lib/time.c void set_ctimespec(SMB_STRUCT_STAT *pst, struct timespec ts)
SMB_STRUCT_STAT   535 source3/lib/util.c bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   537 source3/lib/util.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   553 source3/lib/util.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   564 source3/lib/util.c bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st)
SMB_STRUCT_STAT   566 source3/lib/util.c 	SMB_STRUCT_STAT st2;
SMB_STRUCT_STAT   585 source3/lib/util.c uint64_t get_file_size_stat(const SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   596 source3/lib/util.c 	SMB_STRUCT_STAT buf;
SMB_STRUCT_STAT   810 source3/libgpo/gpo_util.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   780 source3/libsmb/clidfs.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   249 source3/libsmb/clifile.c bool cli_unix_stat(struct cli_state *cli, const char *name, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT  1043 source3/libsmb/clirap.c                           SMB_STRUCT_STAT *sbuf, uint32 *attributes )
SMB_STRUCT_STAT   166 source3/modules/nfs4_acls.c 				SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT   169 source3/modules/nfs4_acls.c 	memset(psbuf, 0, sizeof(SMB_STRUCT_STAT));
SMB_STRUCT_STAT   187 source3/modules/nfs4_acls.c static int smbacl4_fGetFileOwner(files_struct *fsp, SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT   189 source3/modules/nfs4_acls.c 	memset(psbuf, 0, sizeof(SMB_STRUCT_STAT));
SMB_STRUCT_STAT   282 source3/modules/nfs4_acls.c static NTSTATUS smb_get_nt_acl_nfs4_common(const SMB_STRUCT_STAT *sbuf,
SMB_STRUCT_STAT   333 source3/modules/nfs4_acls.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   349 source3/modules/nfs4_acls.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   712 source3/modules/nfs4_acls.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT    32 source3/modules/onefs.h 				 SMB_STRUCT_DIR *dirp, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT    62 source3/modules/onefs.h 			   SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT    70 source3/modules/onefs.h 	       SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT    73 source3/modules/onefs.h 		SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT    76 source3/modules/onefs.h 		SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   375 source3/modules/onefs_acl.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   532 source3/modules/onefs_acl.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT    46 source3/modules/onefs_dir.c static SMB_STRUCT_STAT *rdp_stats = NULL;
SMB_STRUCT_STAT   116 source3/modules/onefs_dir.c 		    SMB_MALLOC(RDP_BATCH_SIZE * sizeof(SMB_STRUCT_STAT));
SMB_STRUCT_STAT   300 source3/modules/onefs_dir.c 	      SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   555 source3/modules/onefs_notify.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT    62 source3/modules/onefs_open.c 			      SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT    74 source3/modules/onefs_open.c 				SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT   442 source3/modules/onefs_open.c 				  SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  1342 source3/modules/onefs_open.c 				     SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  1644 source3/modules/onefs_open.c 					   SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  1646 source3/modules/onefs_open.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  2006 source3/modules/onefs_open.c 			   SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  2011 source3/modules/onefs_open.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   220 source3/modules/onefs_streams.c static void merge_stat(SMB_STRUCT_STAT *stream_sbuf,
SMB_STRUCT_STAT   221 source3/modules/onefs_streams.c 		       const SMB_STRUCT_STAT *base_sbuf)
SMB_STRUCT_STAT   234 source3/modules/onefs_streams.c 				   SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   285 source3/modules/onefs_streams.c 		       const char *stream, SMB_STRUCT_STAT *sbuf, int flags)
SMB_STRUCT_STAT   287 source3/modules/onefs_streams.c 	SMB_STRUCT_STAT base_sbuf;
SMB_STRUCT_STAT   313 source3/modules/onefs_streams.c 	       SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   338 source3/modules/onefs_streams.c 		SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   340 source3/modules/onefs_streams.c 	SMB_STRUCT_STAT base_sbuf;
SMB_STRUCT_STAT   362 source3/modules/onefs_streams.c 		SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   519 source3/modules/onefs_streams.c 				   SMB_STRUCT_STAT *base_sbuf)
SMB_STRUCT_STAT   531 source3/modules/onefs_streams.c 	SMB_STRUCT_STAT stream_sbuf;
SMB_STRUCT_STAT   649 source3/modules/onefs_streams.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   112 source3/modules/vfs_acl_tdb.c 				SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT   190 source3/modules/vfs_acl_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   275 source3/modules/vfs_acl_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   328 source3/modules/vfs_acl_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   410 source3/modules/vfs_acl_tdb.c 						SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT   509 source3/modules/vfs_acl_tdb.c 		SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   607 source3/modules/vfs_acl_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   656 source3/modules/vfs_acl_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   758 source3/modules/vfs_acl_tdb.c 		SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   853 source3/modules/vfs_acl_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   889 source3/modules/vfs_acl_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   278 source3/modules/vfs_acl_xattr.c 						SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT   377 source3/modules/vfs_acl_xattr.c 		SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   558 source3/modules/vfs_acl_xattr.c 		SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   589 source3/modules/vfs_afsacl.c 				   SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT   662 source3/modules/vfs_afsacl.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   683 source3/modules/vfs_afsacl.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   133 source3/modules/vfs_cap.c static int cap_stat(vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   144 source3/modules/vfs_cap.c static int cap_lstat(vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   168 source3/modules/vfs_catia.c 		      const char *fname, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   180 source3/modules/vfs_catia.c 		       const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   219 source3/modules/vfs_commit.c                 SMB_STRUCT_STAT st;
SMB_STRUCT_STAT    97 source3/modules/vfs_default.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   167 source3/modules/vfs_default.c 					  SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   293 source3/modules/vfs_default.c 				    SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT   474 source3/modules/vfs_default.c 	SMB_STRUCT_STAT source_stats;
SMB_STRUCT_STAT   585 source3/modules/vfs_default.c static int vfswrap_stat(vfs_handle_struct *handle,  const char *fname, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   595 source3/modules/vfs_default.c static int vfswrap_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   605 source3/modules/vfs_default.c int vfswrap_lstat(vfs_handle_struct *handle,  const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   621 source3/modules/vfs_default.c 				       const SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   818 source3/modules/vfs_default.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   885 source3/modules/vfs_default.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  1095 source3/modules/vfs_default.c 					     SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT  1117 source3/modules/vfs_default.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1537 source3/modules/vfs_default.c static bool vfswrap_is_offline(struct vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT    29 source3/modules/vfs_fake_perms.c static int fake_perms_stat(vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT    47 source3/modules/vfs_fake_perms.c static int fake_perms_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   229 source3/modules/vfs_fileid.c 					    const SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT    98 source3/modules/vfs_full_audit.c 				    SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   131 source3/modules/vfs_full_audit.c 				      SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT   156 source3/modules/vfs_full_audit.c 		      const char *fname, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   158 source3/modules/vfs_full_audit.c 		       SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   160 source3/modules/vfs_full_audit.c 		       const char *path, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   162 source3/modules/vfs_full_audit.c 		       files_struct *fsp, const SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT   212 source3/modules/vfs_full_audit.c 						    const SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_STAT  1089 source3/modules/vfs_full_audit.c 				    SMB_STRUCT_DIR *dirp, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT  1208 source3/modules/vfs_full_audit.c 				      SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  1364 source3/modules/vfs_full_audit.c 		      const char *fname, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT  1376 source3/modules/vfs_full_audit.c 		       SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT  1388 source3/modules/vfs_full_audit.c 		       const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT  1400 source3/modules/vfs_full_audit.c 		       files_struct *fsp, const SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT  1679 source3/modules/vfs_full_audit.c 						    const SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   841 source3/modules/vfs_gpfs.c 		 SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   861 source3/modules/vfs_gpfs.c 		 SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   215 source3/modules/vfs_hpuxacl.c 	SMB_STRUCT_STAT s;
SMB_STRUCT_STAT    33 source3/modules/vfs_netatalk.c   SMB_STRUCT_STAT *adbl_info, SMB_STRUCT_STAT *orig_info);
SMB_STRUCT_STAT    57 source3/modules/vfs_netatalk.c                               SMB_STRUCT_STAT *adbl_info, SMB_STRUCT_STAT *orig_info)
SMB_STRUCT_STAT   230 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT adbl_info;
SMB_STRUCT_STAT   231 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT orig_info;
SMB_STRUCT_STAT   262 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT adbl_info;
SMB_STRUCT_STAT   263 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT orig_info;
SMB_STRUCT_STAT   318 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT adbl_info;
SMB_STRUCT_STAT   319 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT orig_info;
SMB_STRUCT_STAT   350 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT adbl_info;
SMB_STRUCT_STAT   351 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT orig_info;
SMB_STRUCT_STAT   384 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT adbl_info;
SMB_STRUCT_STAT   385 source3/modules/vfs_netatalk.c 	SMB_STRUCT_STAT orig_info;
SMB_STRUCT_STAT    85 source3/modules/vfs_onefs.c 				     const SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   110 source3/modules/vfs_onefs.c 					     SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   155 source3/modules/vfs_onefs.c 	SMB_STRUCT_STAT sb;
SMB_STRUCT_STAT   221 source3/modules/vfs_onefs_shadow_copy.c 			      SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT   262 source3/modules/vfs_onefs_shadow_copy.c 		       SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   271 source3/modules/vfs_onefs_shadow_copy.c 			SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   570 source3/modules/vfs_onefs_shadow_copy.c 			     const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   215 source3/modules/vfs_recycle.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   228 source3/modules/vfs_recycle.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   247 source3/modules/vfs_recycle.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   393 source3/modules/vfs_recycle.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   300 source3/modules/vfs_shadow_copy2.c static void convert_sbuf(vfs_handle_struct *handle, const char *fname, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   352 source3/modules/vfs_shadow_copy2.c 		      const char *fname, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   358 source3/modules/vfs_shadow_copy2.c 		       const char *fname, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   363 source3/modules/vfs_shadow_copy2.c static int shadow_copy2_fstat(vfs_handle_struct *handle, files_struct *fsp, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   119 source3/modules/vfs_streams_depot.c 			const SMB_STRUCT_STAT *base_sbuf, bool create_it)
SMB_STRUCT_STAT   123 source3/modules/vfs_streams_depot.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   322 source3/modules/vfs_streams_depot.c 			     const SMB_STRUCT_STAT *sbuf,
SMB_STRUCT_STAT   380 source3/modules/vfs_streams_depot.c 			      SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   404 source3/modules/vfs_streams_depot.c 			       SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   431 source3/modules/vfs_streams_depot.c 	SMB_STRUCT_STAT base_sbuf;
SMB_STRUCT_STAT   475 source3/modules/vfs_streams_depot.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   638 source3/modules/vfs_streams_depot.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   672 source3/modules/vfs_streams_depot.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT    37 source3/modules/vfs_streams_xattr.c static SMB_INO_T stream_inode(const SMB_STRUCT_STAT *sbuf, const char *sname)
SMB_STRUCT_STAT   136 source3/modules/vfs_streams_xattr.c 			       SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   179 source3/modules/vfs_streams_xattr.c 			      SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   230 source3/modules/vfs_streams_xattr.c 			       SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   714 source3/modules/vfs_streams_xattr.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   142 source3/modules/vfs_tsmsm.c 			    SMB_STRUCT_STAT *stbuf) {
SMB_STRUCT_STAT   248 source3/modules/vfs_tsmsm.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   212 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   238 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   341 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   368 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   453 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   479 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   560 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   585 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   644 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   689 source3/modules/vfs_xattr_tdb.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  8308 source3/param/loadparm.c static bool check_usershare_stat(const char *fname, SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  8342 source3/param/loadparm.c 			SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  8356 source3/param/loadparm.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  8522 source3/param/loadparm.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  8523 source3/param/loadparm.c 	SMB_STRUCT_STAT lsbuf;
SMB_STRUCT_STAT  8711 source3/param/loadparm.c 	SMB_STRUCT_STAT lsbuf;
SMB_STRUCT_STAT  8742 source3/param/loadparm.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  8812 source3/param/loadparm.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   269 source3/passdb/pdb_smbpasswd.c 			SMB_STRUCT_STAT sbuf1, sbuf2;
SMB_STRUCT_STAT   639 source3/printing/nt_printing.c 		SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT  1286 source3/printing/nt_printing.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  1287 source3/printing/nt_printing.c 	SMB_STRUCT_STAT stat_buf;
SMB_STRUCT_STAT  1443 source3/printing/nt_printing.c 	SMB_STRUCT_STAT   st;
SMB_STRUCT_STAT  1801 source3/printing/nt_printing.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  1845 source3/printing/nt_printing.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  5122 source3/printing/nt_printing.c 	SMB_STRUCT_STAT  st;
SMB_STRUCT_STAT    31 source3/printing/printfsp.c 			SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  2554 source3/printing/printing.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT    41 source3/registry/regfio.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT    78 source3/registry/regfio.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1424 source3/registry/regfio.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  2054 source3/rpc_server/srv_srvsvc_nt.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  2169 source3/rpc_server/srv_srvsvc_nt.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT    34 source3/smbd/close.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   250 source3/smbd/close.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   471 source3/smbd/close.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   556 source3/smbd/dir.c 					   long *poffset, SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT   575 source3/smbd/dir.c 			SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT   683 source3/smbd/dir.c bool dptr_SearchDir(struct dptr_struct *dptr, const char *name, long *poffset, SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT   833 source3/smbd/dir.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   977 source3/smbd/dir.c static bool user_can_write_file(connection_struct *conn, char *name, SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT  1003 source3/smbd/dir.c static bool file_is_special(connection_struct *conn, char *name, SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT  1027 source3/smbd/dir.c 		     const char *name, SMB_STRUCT_STAT *pst, bool use_veto)
SMB_STRUCT_STAT  1149 source3/smbd/dir.c 			SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT  1326 source3/smbd/dir.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT    23 source3/smbd/dosmode.c static int set_sparse_flag(const SMB_STRUCT_STAT * const sbuf)
SMB_STRUCT_STAT    33 source3/smbd/dosmode.c static int set_link_read_only_flag(const SMB_STRUCT_STAT *const sbuf)
SMB_STRUCT_STAT    80 source3/smbd/dosmode.c 		SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   143 source3/smbd/dosmode.c static uint32 dos_mode_from_sbuf(connection_struct *conn, const char *path, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   191 source3/smbd/dosmode.c static bool get_ea_dos_attribute(connection_struct *conn, const char *path,SMB_STRUCT_STAT *sbuf, uint32 *pattr)
SMB_STRUCT_STAT   250 source3/smbd/dosmode.c static bool set_ea_dos_attribute(connection_struct *conn, const char *path, SMB_STRUCT_STAT *sbuf, uint32 dosmode)
SMB_STRUCT_STAT   309 source3/smbd/dosmode.c uint32 dos_mode_msdfs(connection_struct *conn, const char *path,SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   387 source3/smbd/dosmode.c 			       const SMB_STRUCT_STAT *sbuf,
SMB_STRUCT_STAT   424 source3/smbd/dosmode.c 				SMB_STRUCT_STAT *sbuf,
SMB_STRUCT_STAT   469 source3/smbd/dosmode.c uint32 dos_mode(connection_struct *conn, const char *path,SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   540 source3/smbd/dosmode.c 		     uint32 dosmode, SMB_STRUCT_STAT *st,
SMB_STRUCT_STAT   544 source3/smbd/dosmode.c 	SMB_STRUCT_STAT st1;
SMB_STRUCT_STAT   714 source3/smbd/dosmode.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT    65 source3/smbd/file_access.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT    95 source3/smbd/file_access.c 		SMB_STRUCT_STAT sbuf_file;
SMB_STRUCT_STAT   145 source3/smbd/file_access.c bool can_access_file_data(connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf, uint32 access_mask)
SMB_STRUCT_STAT   198 source3/smbd/file_access.c bool can_write_to_file(connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT   277 source3/smbd/fileio.c 		SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   949 source3/smbd/fileio.c int fsp_stat(files_struct *fsp, SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT    34 source3/smbd/filename.c 				  SMB_STRUCT_STAT *pst,
SMB_STRUCT_STAT   120 source3/smbd/filename.c 			SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT   122 source3/smbd/filename.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   933 source3/smbd/filename.c 				  SMB_STRUCT_STAT *pst,
SMB_STRUCT_STAT   936 source3/smbd/filename.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   412 source3/smbd/msdfs.c 			SMB_STRUCT_STAT *sbufp)
SMB_STRUCT_STAT   414 source3/smbd/msdfs.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   483 source3/smbd/msdfs.c 		SMB_STRUCT_STAT *sbufp)
SMB_STRUCT_STAT   518 source3/smbd/msdfs.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   275 source3/smbd/nttrans.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   429 source3/smbd/nttrans.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   844 source3/smbd/nttrans.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1157 source3/smbd/nttrans.c 	SMB_STRUCT_STAT sbuf1, sbuf2;
SMB_STRUCT_STAT    47 source3/smbd/open.c 				     SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT   197 source3/smbd/open.c 	SMB_STRUCT_STAT parent_st;
SMB_STRUCT_STAT   227 source3/smbd/open.c 				       SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT   230 source3/smbd/open.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   231 source3/smbd/open.c 	SMB_STRUCT_STAT parent_st;
SMB_STRUCT_STAT   321 source3/smbd/open.c 			  SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  1404 source3/smbd/open.c 			    SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  2139 source3/smbd/open.c 				SMB_STRUCT_STAT tmp_sbuf;
SMB_STRUCT_STAT  2212 source3/smbd/open.c 			  SMB_STRUCT_STAT *psbuf, files_struct **result)
SMB_STRUCT_STAT  2274 source3/smbd/open.c 				SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  2367 source3/smbd/open.c 			       SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  2613 source3/smbd/open.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  2877 source3/smbd/open.c 				     SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  2879 source3/smbd/open.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  3345 source3/smbd/open.c 			     SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  3348 source3/smbd/open.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   885 source3/smbd/posix_acls.c void create_file_sids(const SMB_STRUCT_STAT *psbuf, DOM_SID *powner_sid, DOM_SID *pgroup_sid)
SMB_STRUCT_STAT  1324 source3/smbd/posix_acls.c 							const SMB_STRUCT_STAT *pst,
SMB_STRUCT_STAT  1508 source3/smbd/posix_acls.c 					SMB_STRUCT_STAT *pst,
SMB_STRUCT_STAT  2199 source3/smbd/posix_acls.c 				SMB_STRUCT_STAT *pst,
SMB_STRUCT_STAT  2373 source3/smbd/posix_acls.c 				   const SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  2550 source3/smbd/posix_acls.c 				SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  2576 source3/smbd/posix_acls.c static bool set_canon_ace_list(files_struct *fsp, canon_ace *the_ace, bool default_ace, SMB_STRUCT_STAT *psbuf, bool *pacl_set_support)
SMB_STRUCT_STAT  3039 source3/smbd/posix_acls.c 				      const SMB_STRUCT_STAT *sbuf,
SMB_STRUCT_STAT  3309 source3/smbd/posix_acls.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  3340 source3/smbd/posix_acls.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  3389 source3/smbd/posix_acls.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  3482 source3/smbd/posix_acls.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  3672 source3/smbd/posix_acls.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  4308 source3/smbd/posix_acls.c bool set_unix_posix_default_acl(connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT   211 source3/smbd/quotas.c 	SMB_STRUCT_STAT S;
SMB_STRUCT_STAT   313 source3/smbd/quotas.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   596 source3/smbd/quotas.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   759 source3/smbd/quotas.c   SMB_STRUCT_STAT S;
SMB_STRUCT_STAT   827 source3/smbd/quotas.c   SMB_STRUCT_STAT S;
SMB_STRUCT_STAT  1148 source3/smbd/quotas.c   SMB_STRUCT_STAT S;
SMB_STRUCT_STAT  1183 source3/smbd/quotas.c     SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   878 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   982 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1095 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1328 source3/smbd/reply.c 		SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1614 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1745 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1962 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  2077 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  2234 source3/smbd/reply.c 			   uint16 dirtype, SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT  2277 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  2424 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf, st;
SMB_STRUCT_STAT  2906 source3/smbd/reply.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  3288 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  4343 source3/smbd/reply.c 				SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  4823 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  5076 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  5161 source3/smbd/reply.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  5223 source3/smbd/reply.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  5352 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  5661 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf, sbuf1;
SMB_STRUCT_STAT  5878 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf1, sbuf2;
SMB_STRUCT_STAT  6295 source3/smbd/reply.c 	SMB_STRUCT_STAT src_sbuf, sbuf2;
SMB_STRUCT_STAT  6453 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf1, sbuf2;
SMB_STRUCT_STAT  7289 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  7410 source3/smbd/reply.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   647 source3/smbd/service.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   167 source3/smbd/statcache.c 			SMB_STRUCT_STAT *pst)
SMB_STRUCT_STAT    37 source3/smbd/trans2.c 				const SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT    42 source3/smbd/trans2.c 				const SMB_STRUCT_STAT *psbuf);
SMB_STRUCT_STAT   885 source3/smbd/trans2.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1126 source3/smbd/trans2.c 				SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  1198 source3/smbd/trans2.c 				SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  1241 source3/smbd/trans2.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  1905 source3/smbd/trans2.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  2416 source3/smbd/trans2.c 		SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  2565 source3/smbd/trans2.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT  3420 source3/smbd/trans2.c static bool marshall_posix_acl(connection_struct *conn, char *pdata, SMB_STRUCT_STAT *pst, SMB_ACL_T posix_acl)
SMB_STRUCT_STAT  3521 source3/smbd/trans2.c 				const SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  3604 source3/smbd/trans2.c static void map_info2_flags_from_sbuf(const SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  3619 source3/smbd/trans2.c static bool map_info2_flags_to_sbuf(const SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  3666 source3/smbd/trans2.c 				const SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  3835 source3/smbd/trans2.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  4000 source3/smbd/trans2.c 			SMB_STRUCT_STAT bsbuf;
SMB_STRUCT_STAT  4825 source3/smbd/trans2.c 	SMB_STRUCT_STAT sbuf1, sbuf2;
SMB_STRUCT_STAT  4896 source3/smbd/trans2.c 			   const SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  5006 source3/smbd/trans2.c 				SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  5054 source3/smbd/trans2.c 				SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  5170 source3/smbd/trans2.c 				SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  5361 source3/smbd/trans2.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  5486 source3/smbd/trans2.c 				SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  5672 source3/smbd/trans2.c 					const SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  5710 source3/smbd/trans2.c 					SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  5781 source3/smbd/trans2.c 					SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  5889 source3/smbd/trans2.c 					SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  5924 source3/smbd/trans2.c 					SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  6013 source3/smbd/trans2.c 					SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  6219 source3/smbd/trans2.c 					SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  6280 source3/smbd/trans2.c 				SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  6383 source3/smbd/trans2.c 				SMB_STRUCT_STAT *psbuf,
SMB_STRUCT_STAT  6581 source3/smbd/trans2.c 				SMB_STRUCT_STAT *psbuf)
SMB_STRUCT_STAT  6704 source3/smbd/trans2.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT  7142 source3/smbd/trans2.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   333 source3/smbd/vfs.c bool vfs_directory_exist(connection_struct *conn, const char *dname, SMB_STRUCT_STAT *st)
SMB_STRUCT_STAT   335 source3/smbd/vfs.c 	SMB_STRUCT_STAT st2;
SMB_STRUCT_STAT   355 source3/smbd/vfs.c bool vfs_object_exist(connection_struct *conn,const char *fname,SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   357 source3/smbd/vfs.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   373 source3/smbd/vfs.c bool vfs_file_exist(connection_struct *conn, const char *fname,SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   375 source3/smbd/vfs.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   512 source3/smbd/vfs.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   619 source3/smbd/vfs.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   708 source3/smbd/vfs.c char *vfs_readdirname(connection_struct *conn, void *p, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_STAT   772 source3/smbd/vfs.c 	SMB_STRUCT_STAT st, st2;
SMB_STRUCT_STAT   962 source3/smbd/vfs.c                 SMB_STRUCT_STAT statbuf;
SMB_STRUCT_STAT   144 source3/torture/cmd_vfs.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   542 source3/torture/cmd_vfs.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   599 source3/torture/cmd_vfs.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   664 source3/torture/cmd_vfs.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   556 source3/utils/net_conf.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   223 source3/utils/net_usershare.c 		SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   316 source3/utils/net_usershare.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   547 source3/utils/net_usershare.c 		SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   596 source3/utils/net_usershare.c 	SMB_STRUCT_STAT sbuf;
SMB_STRUCT_STAT   597 source3/utils/net_usershare.c 	SMB_STRUCT_STAT lsbuf;
SMB_STRUCT_STAT    46 source3/utils/testparm.c 	SMB_STRUCT_STAT st;
SMB_STRUCT_STAT   431 source3/web/cgi.c 	SMB_STRUCT_STAT st;