Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ubifs/
Dsuper.c736 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4; in init_constants_sb()
745 if (c->bg_bud_bytes < tmp64) in init_constants_sb()
746 c->bg_bud_bytes = tmp64; in init_constants_sb()
1617 c->bg_bud_bytes, c->bg_bud_bytes >> 10, in mount_ubifs()
1618 c->bg_bud_bytes >> 20); in mount_ubifs()
Dlog.c217 if (c->bud_bytes >= c->bg_bud_bytes && in ubifs_add_bud_to_log()
Dubifs.h1305 long long bg_bud_bytes; member