Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
A Ddaemon.c195 (unsigned long long) cache->bstop, in cachefiles_daemon_read()
446 unsigned long bstop; in cachefiles_daemon_bstop() local
453 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop()
457 if (bstop < 0 || bstop >= cache->bcull_percent) in cachefiles_daemon_bstop()
460 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
720 stats.f_bavail < cache->bstop) in cachefiles_has_space()
A Dbind.c183 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_daemon_add_cache()
190 (unsigned long long) cache->bstop); in cachefiles_daemon_add_cache()
A Dinternal.h81 sector_t bstop; /* when to stop allocating */ member
/linux/Documentation/filesystems/caching/
A Dcachefiles.rst90 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>%
190 bstop, fstop
198 0 <= bstop < bcull < brun < 100

Completed in 11 milliseconds