Searched refs:bstop (Results 1 – 4 of 4) sorted by relevance
193 (unsigned long long) cache->bstop in cachefiles_daemon_read()450 unsigned long bstop; in cachefiles_daemon_bstop() local457 bstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_bstop()461 if (bstop < 0 || bstop >= cache->bcull_percent) in cachefiles_daemon_bstop()464 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()724 stats.f_bavail < cache->bstop) in cachefiles_has_space()
186 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_daemon_add_cache()193 (unsigned long long) cache->bstop); in cachefiles_daemon_add_cache()
74 sector_t bstop; /* when to stop allocating */ member
91 (*) bstop <N>%207 (*) bstop217 0 <= bstop < bcull < brun < 100