Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ubifs/
Dsuper.c710 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4; in init_constants_sb()
719 if (c->bg_bud_bytes < tmp64) in init_constants_sb()
720 c->bg_bud_bytes = tmp64; in init_constants_sb()
1462 c->bg_bud_bytes, c->bg_bud_bytes >> 10, in mount_ubifs()
1463 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.h1263 long long bg_bud_bytes; member