Home
last modified time | relevance | path

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

/fs/cachefiles/
A Ddaemon.c239 (unsigned long long) cache->fcull, in cachefiles_do_daemon_read()
432 unsigned long fcull; in cachefiles_daemon_fcull() local
439 fcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_fcull()
443 if (fcull <= cache->fstop_percent || fcull >= cache->frun_percent) in cachefiles_daemon_fcull()
446 cache->fcull_percent = fcull; in cachefiles_daemon_fcull()
A Dcache.c108 cache->fcull = stats.f_files * cache->fcull_percent; in cachefiles_add_cache()
113 (unsigned long long) cache->fcull, in cachefiles_add_cache()
248 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
A Dinternal.h112 uint64_t fcull; /* when to start culling */ member

Completed in 6 milliseconds