Home
last modified time | relevance | path

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

/linux-3.4.99/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()
184 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_daemon_add_cache()
Ddaemon.c123 cache->bstop_percent = 1; in cachefiles_daemon_open()
437 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
464 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
Dinternal.h66 unsigned bstop_percent; /* when to stop allocating (% blocks) */ member