Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Dsuper.c714 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4; in init_constants_sb()
723 if (c->bg_bud_bytes < tmp64) in init_constants_sb()
724 c->bg_bud_bytes = tmp64; in init_constants_sb()
1496 c->bg_bud_bytes, c->bg_bud_bytes >> 10, in mount_ubifs()
1497 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.h1255 long long bg_bud_bytes; member