Searched refs:fstop (Results 1 – 3 of 3) sorted by relevance
196 (unsigned long long) cache->fstop, in cachefiles_daemon_read()378 unsigned long fstop; in cachefiles_daemon_fstop() local385 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop()389 if (fstop < 0 || fstop >= cache->fcull_percent) in cachefiles_daemon_fstop()392 cache->fstop_percent = fstop; in cachefiles_daemon_fstop()723 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
172 cache->fstop = stats.f_files * cache->fstop_percent; in cachefiles_daemon_add_cache()179 (unsigned long long) cache->fstop); in cachefiles_daemon_add_cache()
81 uint64_t fstop; /* when to stop allocating */ member