Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cachefiles/
A Ddaemon.c240 (unsigned long long) cache->bstop, in cachefiles_do_daemon_read()
515 unsigned long bstop; in cachefiles_daemon_bstop() local
522 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop()
526 if (bstop >= cache->bcull_percent) in cachefiles_daemon_bstop()
529 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
A Dcache.c116 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_add_cache()
123 (unsigned long long) cache->bstop); in cachefiles_add_cache()
241 b_avail < cache->bstop) in cachefiles_has_space()
A Dinternal.h102 sector_t bstop; /* when to stop allocating */ member
/linux-6.3-rc2/Documentation/filesystems/caching/
A Dcachefiles.rst91 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>%
191 bstop, fstop
199 0 <= bstop < bcull < brun < 100

Completed in 7 milliseconds