stat_cursor        54 source3/modules/onefs_dir.c 	size_t stat_cursor;	 /* cursor to last returned stat in the cache */
stat_cursor       129 source3/modules/onefs_dir.c 	dsp->stat_cursor = RDP_BATCH_SIZE;
stat_cursor       182 source3/modules/onefs_dir.c 	dsp->stat_cursor = 0;
stat_cursor       330 source3/modules/onefs_dir.c 		if (dsp->stat_cursor == dsp->stat_count - 1) {
stat_cursor       358 source3/modules/onefs_dir.c 		dsp->stat_cursor++;
stat_cursor       365 source3/modules/onefs_dir.c 	dsp->resume_cookie = rdp_cookies[dsp->stat_cursor];
stat_cursor       370 source3/modules/onefs_dir.c 		*sbuf = rdp_stats[dsp->stat_cursor];
stat_cursor       381 source3/modules/onefs_dir.c 		 dsp->stat_cursor, dsp->stat_count));