Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cachefiles/
Ddaemon.c189 (unsigned long long) cache->fcull, in cachefiles_daemon_read()
353 unsigned long fcull; in cachefiles_daemon_fcull() local
360 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull()
364 if (fcull <= cache->fstop_percent || fcull >= cache->frun_percent) in cachefiles_daemon_fcull()
367 cache->fcull_percent = fcull; in cachefiles_daemon_fcull()
727 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
Dbind.c173 cache->fcull = stats.f_files * cache->fcull_percent; in cachefiles_daemon_add_cache()
178 (unsigned long long) cache->fcull, in cachefiles_daemon_add_cache()
Dinternal.h78 uint64_t fcull; /* when to start culling */ member
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt93 (*) fcull <N>%
202 (*) fcull
218 0 <= fstop < fcull < frun < 100