Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Ddaemon.c194 (unsigned long long) cache->bcull, in cachefiles_daemon_read()
422 unsigned long bcull; in cachefiles_daemon_bcull() local
429 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull()
433 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
436 cache->bcull_percent = bcull; in cachefiles_daemon_bcull()
725 stats.f_bavail < cache->bcull) in cachefiles_has_space()
H A Dbind.c180 cache->bcull = stats.f_blocks * cache->bcull_percent; in cachefiles_daemon_add_cache()
185 (unsigned long long) cache->bcull, in cachefiles_daemon_add_cache()
H A Dinternal.h80 sector_t bcull; /* when to start culling */ member
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dcachefiles.rst90 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>%
186 bcull, fcull
198 0 <= bstop < bcull < brun < 100