Searched refs:fstop (Results 1 – 3 of 3) sorted by relevance
240 (unsigned long long) cache->fstop, in cachefiles_do_daemon_read()456 unsigned long fstop; in cachefiles_daemon_fstop() local463 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()
107 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()
113 uint64_t fstop; /* when to stop allocating */ member
Completed in 6 milliseconds