Home
last modified time | relevance | path

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

/fs/cachefiles/
A Ddaemon.c240 (unsigned long long) cache->fstop, in cachefiles_do_daemon_read()
456 unsigned long fstop; in cachefiles_daemon_fstop() local
463 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop()
467 if (fstop >= cache->fcull_percent) in cachefiles_daemon_fstop()
470 cache->fstop_percent = fstop; in cachefiles_daemon_fstop()
A Dcache.c107 cache->fstop = stats.f_files * cache->fstop_percent; in cachefiles_add_cache()
114 (unsigned long long) cache->fstop); in cachefiles_add_cache()
243 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
A Dinternal.h113 uint64_t fstop; /* when to stop allocating */ member

Completed in 6 milliseconds