Searched refs:bcull (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/cachefiles/ |
D | daemon.c | 239 (unsigned long long) cache->bcull, in cachefiles_do_daemon_read() 491 unsigned long bcull; in cachefiles_daemon_bcull() local 498 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull() 502 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull() 505 cache->bcull_percent = bcull; in cachefiles_daemon_bcull()
|
D | cache.c | 117 cache->bcull = stats.f_blocks * cache->bcull_percent; in cachefiles_add_cache() 122 (unsigned long long) cache->bcull, in cachefiles_add_cache() 246 b_avail < cache->bcull) in cachefiles_has_space()
|
D | internal.h | 101 sector_t bcull; /* when to start culling */ member
|
/linux-6.1.9/Documentation/filesystems/caching/ |
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
|