RDP_BATCH_SIZE     43 source3/modules/onefs_dir.c #define RDP_DIRENTRIES_SIZE ((size_t)(RDP_BATCH_SIZE * sizeof(struct dirent)))
RDP_BATCH_SIZE    116 source3/modules/onefs_dir.c 		    SMB_MALLOC(RDP_BATCH_SIZE * sizeof(SMB_STRUCT_STAT));
RDP_BATCH_SIZE    122 source3/modules/onefs_dir.c 		rdp_cookies = SMB_MALLOC(RDP_BATCH_SIZE * sizeof(uint64_t));
RDP_BATCH_SIZE    128 source3/modules/onefs_dir.c 	dsp->stat_count = RDP_BATCH_SIZE;
RDP_BATCH_SIZE    129 source3/modules/onefs_dir.c 	dsp->stat_cursor = RDP_BATCH_SIZE;
RDP_BATCH_SIZE    155 source3/modules/onefs_dir.c 	dsp->stat_count = RDP_BATCH_SIZE;
RDP_BATCH_SIZE    160 source3/modules/onefs_dir.c 		 dsp->dirp, dirfd, dsp->resume_cookie, RDP_BATCH_SIZE,
RDP_BATCH_SIZE    166 source3/modules/onefs_dir.c 			    RDP_BATCH_SIZE,