Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Ddaemon.c242 (unsigned long long) cache->bstop, in cachefiles_do_daemon_read()
527 unsigned long bstop; in cachefiles_daemon_bstop() local
534 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop()
538 if (bstop >= cache->bcull_percent) in cachefiles_daemon_bstop()
541 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
H A Dcache.c117 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_add_cache()
124 (unsigned long long) cache->bstop); in cachefiles_add_cache()
244 b_avail < cache->bstop) in cachefiles_has_space()
H A Dinternal.h117 sector_t bstop; /* when to stop allocating */ member
/openbmc/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst91 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>%
191 bstop, fstop
199 0 <= bstop < bcull < brun < 100