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

/linux-master/fs/ubifs/
H A Dsuper.c732 c->bg_bud_bytes = (c->max_bud_bytes * 13) >> 4;
741 if (c->bg_bud_bytes < tmp64)
742 c->bg_bud_bytes = tmp64;
1616 c->bg_bud_bytes, c->bg_bud_bytes >> 10,
1617 c->bg_bud_bytes >> 20);
H A Dlog.c217 if (c->bud_bytes >= c->bg_bud_bytes &&
H A Dubifs.h1047 * @bg_bud_bytes: number of bud bytes when background commit is initiated
1307 long long bg_bud_bytes; member in struct:ubifs_info

Completed in 97 milliseconds