Home
last modified time | relevance | path

Searched refs:bg_bud_bytes (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A 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()
1614 c->bg_bud_bytes, c->bg_bud_bytes >> 10, in mount_ubifs()
1615 c->bg_bud_bytes >> 20); in mount_ubifs()
H A Dlog.c217 if (c->bud_bytes >= c->bg_bud_bytes && in ubifs_add_bud_to_log()
H A Dubifs.h1026 * @bg_bud_bytes: number of bud bytes when background commit is initiated
1280 long long bg_bud_bytes; member
/kernel/linux/linux-6.6/fs/ubifs/
H A 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()
H A Dlog.c217 if (c->bud_bytes >= c->bg_bud_bytes && in ubifs_add_bud_to_log()
H A Dubifs.h1047 * @bg_bud_bytes: number of bud bytes when background commit is initiated
1305 long long bg_bud_bytes; member

Completed in 15 milliseconds