fcull_percent      31 fs/cachefiles/bind.c 	       cache->fcull_percent,
fcull_percent      40 fs/cachefiles/bind.c 	       cache->fstop_percent < cache->fcull_percent &&
fcull_percent      41 fs/cachefiles/bind.c 	       cache->fcull_percent < cache->frun_percent &&
fcull_percent     169 fs/cachefiles/bind.c 	cache->fcull = stats.f_files * cache->fcull_percent;
fcull_percent     115 fs/cachefiles/daemon.c 	cache->fcull_percent = 5;
fcull_percent     337 fs/cachefiles/daemon.c 	if (frun <= cache->fcull_percent || frun >= 100)
fcull_percent     364 fs/cachefiles/daemon.c 	cache->fcull_percent = fcull;
fcull_percent     385 fs/cachefiles/daemon.c 	if (fstop < 0 || fstop >= cache->fcull_percent)
fcull_percent      69 fs/cachefiles/internal.h 	unsigned			fcull_percent;	/* when to start culling (% files) */