Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cachefiles/
Ddaemon.c236 (unsigned long long) cache->fcull, in cachefiles_do_daemon_read()
419 unsigned long fcull; in cachefiles_daemon_fcull() local
426 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull()
430 if (fcull <= cache->fstop_percent || fcull >= cache->frun_percent) in cachefiles_daemon_fcull()
433 cache->fcull_percent = fcull; in cachefiles_daemon_fcull()
Dcache.c107 cache->fcull = stats.f_files * cache->fcull_percent; in cachefiles_add_cache()
112 (unsigned long long) cache->fcull, in cachefiles_add_cache()
245 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
Dinternal.h98 uint64_t fcull; /* when to start culling */ member
/Linux-v6.1/Documentation/filesystems/caching/
Dcachefiles.rst91 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>%
187 bcull, fcull
200 0 <= fstop < fcull < frun < 100