SMB_STRUCT_DIR     83 examples/VFS/skel_opaque.c static SMB_STRUCT_DIR *skel_opendir(vfs_handle_struct *handle,  const char *fname, const char *mask, uint32 attr)
SMB_STRUCT_DIR     89 examples/VFS/skel_opaque.c 				       SMB_STRUCT_DIR *dirp,
SMB_STRUCT_DIR     95 examples/VFS/skel_opaque.c static void skel_seekdir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp, long offset)
SMB_STRUCT_DIR    100 examples/VFS/skel_opaque.c static long skel_telldir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    105 examples/VFS/skel_opaque.c static void skel_rewinddir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    120 examples/VFS/skel_opaque.c static int skel_closedir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dir)
SMB_STRUCT_DIR     77 examples/VFS/skel_transparent.c static SMB_STRUCT_DIR *skel_opendir(vfs_handle_struct *handle,  const char *fname, const char *mask, uint32 attr)
SMB_STRUCT_DIR     83 examples/VFS/skel_transparent.c 				       SMB_STRUCT_DIR *dirp,
SMB_STRUCT_DIR     89 examples/VFS/skel_transparent.c static void skel_seekdir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp, long offset)
SMB_STRUCT_DIR     94 examples/VFS/skel_transparent.c static long skel_telldir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR     99 examples/VFS/skel_transparent.c static void skel_rewinddir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    114 examples/VFS/skel_transparent.c static int skel_closedir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dir)
SMB_STRUCT_DIR   1846 source3/client/client.c 	SMB_STRUCT_DIR *dir;
SMB_STRUCT_DIR    462 source3/include/includes.h #ifndef SMB_STRUCT_DIR
SMB_STRUCT_DIR    929 source3/include/proto.h SMB_STRUCT_DIR *sys_opendir(const char *name);
SMB_STRUCT_DIR    930 source3/include/proto.h SMB_STRUCT_DIRENT *sys_readdir(SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    931 source3/include/proto.h void sys_seekdir(SMB_STRUCT_DIR *dirp, long offset);
SMB_STRUCT_DIR    932 source3/include/proto.h long sys_telldir(SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    933 source3/include/proto.h void sys_rewinddir(SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    934 source3/include/proto.h int sys_closedir(SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR   1149 source3/include/proto.h const char *readdirname(SMB_STRUCT_DIR *p);
SMB_STRUCT_DIR    316 source3/include/vfs.h 		SMB_STRUCT_DIR *(*opendir)(struct vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attributes);
SMB_STRUCT_DIR    318 source3/include/vfs.h 					      SMB_STRUCT_DIR *dirp,
SMB_STRUCT_DIR    320 source3/include/vfs.h 		void (*seekdir)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, long offset);
SMB_STRUCT_DIR    321 source3/include/vfs.h 		long (*telldir)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    322 source3/include/vfs.h 		void (*rewind_dir)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    325 source3/include/vfs.h 		int (*closedir)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dir);
SMB_STRUCT_DIR    326 source3/include/vfs.h 		void (*init_search_op)(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    472 source3/lib/system.c SMB_STRUCT_DIR *sys_opendir(const char *name)
SMB_STRUCT_DIR    485 source3/lib/system.c SMB_STRUCT_DIRENT *sys_readdir(SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    498 source3/lib/system.c void sys_seekdir(SMB_STRUCT_DIR *dirp, long offset)
SMB_STRUCT_DIR    511 source3/lib/system.c long sys_telldir(SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    524 source3/lib/system.c void sys_rewinddir(SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    537 source3/lib/system.c int sys_closedir(SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR   1642 source3/lib/util.c const char *readdirname(SMB_STRUCT_DIR *p)
SMB_STRUCT_DIR    479 source3/libgpo/gpext/gpext.c 	SMB_STRUCT_DIR *dir = NULL;
SMB_STRUCT_DIR     27 source3/modules/onefs.h SMB_STRUCT_DIR *onefs_opendir(struct vfs_handle_struct *handle,
SMB_STRUCT_DIR     32 source3/modules/onefs.h 				 SMB_STRUCT_DIR *dirp, SMB_STRUCT_STAT *sbuf);
SMB_STRUCT_DIR     34 source3/modules/onefs.h void onefs_seekdir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp,
SMB_STRUCT_DIR     37 source3/modules/onefs.h long onefs_telldir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR     39 source3/modules/onefs.h void onefs_rewinddir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR     41 source3/modules/onefs.h int onefs_closedir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *dir);
SMB_STRUCT_DIR     44 source3/modules/onefs.h 			  SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    146 source3/modules/onefs.h int onefs_rdp_add_dir_state(connection_struct *conn, SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR     51 source3/modules/onefs_dir.c 	SMB_STRUCT_DIR *dirp;
SMB_STRUCT_DIR     61 source3/modules/onefs_dir.c SMB_STRUCT_DIR *rdp_last_dirp = NULL;
SMB_STRUCT_DIR     75 source3/modules/onefs_dir.c rdp_retrieve_dir_state(SMB_STRUCT_DIR *dirp, struct rdp_dir_state **dir_state,
SMB_STRUCT_DIR    200 source3/modules/onefs_dir.c onefs_rdp_add_dir_state(connection_struct *conn, SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    248 source3/modules/onefs_dir.c SMB_STRUCT_DIR *
SMB_STRUCT_DIR    253 source3/modules/onefs_dir.c 	SMB_STRUCT_DIR *ret_dirp;
SMB_STRUCT_DIR    299 source3/modules/onefs_dir.c onefs_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp,
SMB_STRUCT_DIR    403 source3/modules/onefs_dir.c onefs_seekdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, long offset)
SMB_STRUCT_DIR    467 source3/modules/onefs_dir.c onefs_telldir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    514 source3/modules/onefs_dir.c onefs_rewinddir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    558 source3/modules/onefs_dir.c onefs_closedir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    610 source3/modules/onefs_dir.c onefs_init_search_op(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    527 source3/modules/onefs_streams.c 	SMB_STRUCT_DIR *dirp = NULL;
SMB_STRUCT_DIR     33 source3/modules/vfs_audit.c static SMB_STRUCT_DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr);
SMB_STRUCT_DIR    148 source3/modules/vfs_audit.c static SMB_STRUCT_DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr)
SMB_STRUCT_DIR    150 source3/modules/vfs_audit.c 	SMB_STRUCT_DIR *result;
SMB_STRUCT_DIR     45 source3/modules/vfs_cap.c static SMB_STRUCT_DIR *cap_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr)
SMB_STRUCT_DIR     56 source3/modules/vfs_cap.c static SMB_STRUCT_DIRENT *cap_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR     93 source3/modules/vfs_catia.c static SMB_STRUCT_DIR *catia_opendir(vfs_handle_struct *handle,
SMB_STRUCT_DIR    106 source3/modules/vfs_catia.c 					SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    155 source3/modules/vfs_default.c static SMB_STRUCT_DIR *vfswrap_opendir(vfs_handle_struct *handle,  const char *fname, const char *mask, uint32 attr)
SMB_STRUCT_DIR    157 source3/modules/vfs_default.c 	SMB_STRUCT_DIR *result;
SMB_STRUCT_DIR    166 source3/modules/vfs_default.c 				          SMB_STRUCT_DIR *dirp,
SMB_STRUCT_DIR    181 source3/modules/vfs_default.c static void vfswrap_seekdir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp, long offset)
SMB_STRUCT_DIR    188 source3/modules/vfs_default.c static long vfswrap_telldir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    197 source3/modules/vfs_default.c static void vfswrap_rewinddir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    248 source3/modules/vfs_default.c static int vfswrap_closedir(vfs_handle_struct *handle,  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    259 source3/modules/vfs_default.c 				   SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR     34 source3/modules/vfs_dirsort.c 	SMB_STRUCT_DIR *source_directory;
SMB_STRUCT_DIR     88 source3/modules/vfs_dirsort.c static SMB_STRUCT_DIR *dirsort_opendir(vfs_handle_struct *handle,
SMB_STRUCT_DIR    116 source3/modules/vfs_dirsort.c 					  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    143 source3/modules/vfs_dirsort.c static void dirsort_seekdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp,
SMB_STRUCT_DIR    152 source3/modules/vfs_dirsort.c static long dirsort_telldir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    161 source3/modules/vfs_dirsort.c static void dirsort_rewinddir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR     36 source3/modules/vfs_extd_audit.c static SMB_STRUCT_DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr);
SMB_STRUCT_DIR    159 source3/modules/vfs_extd_audit.c static SMB_STRUCT_DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr)
SMB_STRUCT_DIR    161 source3/modules/vfs_extd_audit.c 	SMB_STRUCT_DIR *result;
SMB_STRUCT_DIR     94 source3/modules/vfs_full_audit.c static SMB_STRUCT_DIR *smb_full_audit_opendir(vfs_handle_struct *handle,
SMB_STRUCT_DIR     97 source3/modules/vfs_full_audit.c 				    SMB_STRUCT_DIR *dirp,
SMB_STRUCT_DIR    100 source3/modules/vfs_full_audit.c 			SMB_STRUCT_DIR *dirp, long offset);
SMB_STRUCT_DIR    102 source3/modules/vfs_full_audit.c 			SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    104 source3/modules/vfs_full_audit.c 			SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    110 source3/modules/vfs_full_audit.c 			  SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR    112 source3/modules/vfs_full_audit.c 			SMB_STRUCT_DIR *dirp);
SMB_STRUCT_DIR   1076 source3/modules/vfs_full_audit.c static SMB_STRUCT_DIR *smb_full_audit_opendir(vfs_handle_struct *handle,
SMB_STRUCT_DIR   1079 source3/modules/vfs_full_audit.c 	SMB_STRUCT_DIR *result;
SMB_STRUCT_DIR   1089 source3/modules/vfs_full_audit.c 				    SMB_STRUCT_DIR *dirp, SMB_STRUCT_STAT *sbuf)
SMB_STRUCT_DIR   1104 source3/modules/vfs_full_audit.c 			SMB_STRUCT_DIR *dirp, long offset)
SMB_STRUCT_DIR   1113 source3/modules/vfs_full_audit.c 			SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR   1125 source3/modules/vfs_full_audit.c 			SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR   1158 source3/modules/vfs_full_audit.c 			  SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR   1170 source3/modules/vfs_full_audit.c 			SMB_STRUCT_DIR *dirp)
SMB_STRUCT_DIR    150 source3/modules/vfs_netatalk.c 	SMB_STRUCT_DIR *dir;
SMB_STRUCT_DIR    174 source3/modules/vfs_netatalk.c static SMB_STRUCT_DIR *atalk_opendir(struct vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr)
SMB_STRUCT_DIR    176 source3/modules/vfs_netatalk.c 	SMB_STRUCT_DIR *ret = 0;
SMB_STRUCT_DIR    169 source3/modules/vfs_onefs_shadow_copy.c static SMB_STRUCT_DIR *
SMB_STRUCT_DIR    175 source3/modules/vfs_onefs_shadow_copy.c 		    SMB_STRUCT_DIR *);
SMB_STRUCT_DIR     74 source3/modules/vfs_shadow_copy.c static SMB_STRUCT_DIR *shadow_copy_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr)
SMB_STRUCT_DIR     77 source3/modules/vfs_shadow_copy.c 	SMB_STRUCT_DIR *p = SMB_VFS_NEXT_OPENDIR(handle,fname,mask,attr);
SMB_STRUCT_DIR    118 source3/modules/vfs_shadow_copy.c 	return((SMB_STRUCT_DIR *)dirp);
SMB_STRUCT_DIR    121 source3/modules/vfs_shadow_copy.c static SMB_STRUCT_DIRENT *shadow_copy_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp)
SMB_STRUCT_DIR    132 source3/modules/vfs_shadow_copy.c static void shadow_copy_seekdir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp, long offset)
SMB_STRUCT_DIR    141 source3/modules/vfs_shadow_copy.c static long shadow_copy_telldir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp)
SMB_STRUCT_DIR    147 source3/modules/vfs_shadow_copy.c static void shadow_copy_rewinddir(struct vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp)
SMB_STRUCT_DIR    153 source3/modules/vfs_shadow_copy.c static int shadow_copy_closedir(vfs_handle_struct *handle, SMB_STRUCT_DIR *_dirp)
SMB_STRUCT_DIR    165 source3/modules/vfs_shadow_copy.c 	SMB_STRUCT_DIR *p = SMB_VFS_NEXT_OPENDIR(handle,fsp->conn->connectpath,NULL,0);
SMB_STRUCT_DIR    345 source3/modules/vfs_shadow_copy2.c static SMB_STRUCT_DIR *shadow_copy2_opendir(vfs_handle_struct *handle,
SMB_STRUCT_DIR    348 source3/modules/vfs_shadow_copy2.c         SHADOW2_NEXT(OPENDIR, (handle, name, mask, attr), SMB_STRUCT_DIR *, NULL);
SMB_STRUCT_DIR    499 source3/modules/vfs_shadow_copy2.c 	SMB_STRUCT_DIR *p;
SMB_STRUCT_DIR    330 source3/modules/vfs_streams_depot.c 	SMB_STRUCT_DIR *dirhandle = NULL;
SMB_STRUCT_DIR   8355 source3/param/loadparm.c 	SMB_STRUCT_DIR *dp;
SMB_STRUCT_DIR   8811 source3/param/loadparm.c 	SMB_STRUCT_DIR *dp;
SMB_STRUCT_DIR     64 source3/smbd/chgpasswd.c 	SMB_STRUCT_DIR *dirp = NULL;
SMB_STRUCT_DIR     42 source3/smbd/dir.c 	SMB_STRUCT_DIR *dir;
SMB_STRUCT_DIR   1456 source3/smbd/msdfs.c 	SMB_STRUCT_DIR *dirp = NULL;
SMB_STRUCT_DIR   1519 source3/smbd/msdfs.c 	SMB_STRUCT_DIR *dirp = NULL;
SMB_STRUCT_DIR    206 source3/utils/net_usershare.c 	SMB_STRUCT_DIR *dp;
SMB_STRUCT_DIR    529 source3/utils/net_usershare.c 	SMB_STRUCT_DIR *dp;
SMB_STRUCT_DIR   1014 source3/utils/net_usershare.c 	SMB_STRUCT_DIR *dp;