fcull             169 fs/cachefiles/bind.c 	cache->fcull = stats.f_files * cache->fcull_percent;
fcull             174 fs/cachefiles/bind.c 	       (unsigned long long) cache->fcull,
fcull             191 fs/cachefiles/daemon.c 		     (unsigned long long) cache->fcull,
fcull             350 fs/cachefiles/daemon.c 	unsigned long fcull;
fcull             357 fs/cachefiles/daemon.c 	fcull = simple_strtoul(args, &args, 10);
fcull             361 fs/cachefiles/daemon.c 	if (fcull <= cache->fstop_percent || fcull >= cache->frun_percent)
fcull             364 fs/cachefiles/daemon.c 	cache->fcull_percent = fcull;
fcull             724 fs/cachefiles/daemon.c 	if (stats.f_ffree < cache->fcull ||
fcull              77 fs/cachefiles/internal.h 	uint64_t			fcull;		/* when to start culling */