Lines Matching refs:bcull
65 { "bcull", cachefiles_daemon_bcull },
185 " bcull=%llx"
194 (unsigned long long) cache->bcull,
418 * - command: "bcull <N>%"
422 unsigned long bcull;
429 bcull = simple_strtoul(args, &args, 10);
433 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent)
436 cache->bcull_percent = bcull;
686 // (unsigned long long) cache->bcull,
725 stats.f_bavail < cache->bcull)