Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dsuper.c709 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4; in init_constants_sb()
718 if (c->bg_bud_bytes < tmp64) in init_constants_sb()
719 c->bg_bud_bytes = tmp64; in init_constants_sb()
1483 c->bg_bud_bytes, c->bg_bud_bytes >> 10, in mount_ubifs()
1484 c->bg_bud_bytes >> 20); in mount_ubifs()
Dlog.c229 if (c->bud_bytes >= c->bg_bud_bytes && in ubifs_add_bud_to_log()
Dubifs.h1250 long long bg_bud_bytes; member