Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cachefiles/
Ddaemon.c239 (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()
Dcache.c117 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()
Dinternal.h101 sector_t bcull; /* when to start culling */ member
/linux-6.1.9/Documentation/filesystems/caching/
Dcachefiles.rst91 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>%
187 bcull, fcull
199 0 <= bstop < bcull < brun < 100