Home
last modified time | relevance | path

Searched refs:bcull (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/cachefiles/
H A Ddaemon.c241 (unsigned long long) cache->bcull, in cachefiles_do_daemon_read()
503 unsigned long bcull; in cachefiles_daemon_bcull() local
510 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull()
514 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
517 cache->bcull_percent = bcull; in cachefiles_daemon_bcull()
H A Dcache.c118 cache->bcull = stats.f_blocks * cache->bcull_percent; in cachefiles_add_cache()
123 (unsigned long long) cache->bcull, in cachefiles_add_cache()
249 b_avail < cache->bcull) in cachefiles_has_space()
H A Dinternal.h116 sector_t bcull; /* when to start culling */ member
/openbmc/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst91 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>%
187 bcull, fcull
199 0 <= bstop < bcull < brun < 100