Searched refs:bcull (Results 1 – 4 of 4) sorted by relevance
/linux/fs/cachefiles/ |
H A D | daemon.c | 242 (unsigned long long) cache->bcull, in cachefiles_do_daemon_read() 504 unsigned long bcull; in cachefiles_daemon_bcull() local 511 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull() 515 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull() 518 cache->bcull_percent = bcull; in cachefiles_daemon_bcull()
|
H A D | cache.c | 118 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 D | internal.h | 116 sector_t bcull; /* when to start culling */ member
|
/linux/Documentation/filesystems/caching/ |
H A D | cachefiles.rst | 91 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>% 187 bcull, fcull 199 0 <= bstop < bcull < brun < 100
|