Home
last modified time | relevance | path

Searched refs:bcull (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/cachefiles/
Ddaemon.c192 (unsigned long long) cache->bcull, in cachefiles_daemon_read()
426 unsigned long bcull; in cachefiles_daemon_bcull() local
433 bcull = simple_strtoul(args, &args, 10); in cachefiles_daemon_bcull()
437 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
440 cache->bcull_percent = bcull; in cachefiles_daemon_bcull()
729 stats.f_bavail < cache->bcull) in cachefiles_has_space()
Dbind.c185 cache->bcull = stats.f_blocks * cache->bcull_percent; in cachefiles_daemon_add_cache()
190 (unsigned long long) cache->bcull, in cachefiles_daemon_add_cache()
Dinternal.h73 sector_t bcull; /* when to start culling */ member
/linux-3.4.99/Documentation/filesystems/caching/
Dcachefiles.txt90 (*) bcull <N>%
201 (*) bcull
217 0 <= bstop < bcull < brun < 100