bcull             180 fs/cachefiles/bind.c 	cache->bcull = stats.f_blocks * cache->bcull_percent;
bcull             185 fs/cachefiles/bind.c 	       (unsigned long long) cache->bcull,
bcull             194 fs/cachefiles/daemon.c 		     (unsigned long long) cache->bcull,
bcull             422 fs/cachefiles/daemon.c 	unsigned long bcull;
bcull             429 fs/cachefiles/daemon.c 	bcull = simple_strtoul(args, &args, 10);
bcull             433 fs/cachefiles/daemon.c 	if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent)
bcull             436 fs/cachefiles/daemon.c 	cache->bcull_percent = bcull;
bcull             725 fs/cachefiles/daemon.c 	    stats.f_bavail < cache->bcull)
bcull              80 fs/cachefiles/internal.h 	sector_t			bcull;		/* when to start culling */