Home
last modified time | relevance | path

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

/fs/cachefiles/
Ddaemon.c196 (unsigned long long) cache->fstop, in cachefiles_daemon_read()
378 unsigned long fstop; in cachefiles_daemon_fstop() local
385 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()
Dbind.c172 cache->fstop = stats.f_files * cache->fstop_percent; in cachefiles_daemon_add_cache()
179 (unsigned long long) cache->fstop); in cachefiles_daemon_add_cache()
Dinternal.h81 uint64_t fstop; /* when to stop allocating */ member