Searched refs:bcull (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/cachefiles/
H A Ddaemon.c67 { "bcull", cachefiles_daemon_bcull },
231 " bcull=%llx"
240 (unsigned long long) cache->bcull,
498 * - command: "bcull <N>%"
502 unsigned long bcull; local
509 bcull = simple_strtoul(args, &args, 10);
513 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent)
516 cache->bcull_percent = bcull;
H A Dcache.c117 cache->bcull = stats.f_blocks * cache->bcull_percent;
122 (unsigned long long) cache->bcull,
202 // (unsigned long long) cache->bcull,
248 b_avail < cache->bcull)
H A Dinternal.h114 sector_t bcull; /* when to start culling */ member in struct:cachefiles_cache

Completed in 146 milliseconds