Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cachefiles/
Dbind.c38 cache->bstop_percent, in cachefiles_daemon_bind()
47 ASSERT(cache->bstop_percent >= 0 && in cachefiles_daemon_bind()
48 cache->bstop_percent < cache->bcull_percent && in cachefiles_daemon_bind()
183 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_daemon_add_cache()
Ddaemon.c123 cache->bstop_percent = 1; in cachefiles_daemon_open()
436 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
463 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
Dinternal.h75 unsigned bstop_percent; /* when to stop allocating (% blocks) */ member