Home
last modified time | relevance | path

Searched refs:leb_overhead (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dbudget.c703 available += lebs * (c->dark_wm - c->leb_overhead); in ubifs_get_free_space_nolock()
H A Dsuper.c796 c->leb_overhead = c->leb_size % UBIFS_MAX_DATA_NODE_SZ; in init_constants_early()
941 tmp64 *= (long long)c->leb_size - c->leb_overhead; in init_constants_master()
1661 dbg_gen("LEB overhead: %d", c->leb_overhead); in mount_ubifs()
H A Dubifs.h1954 int leb_overhead; member
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dbudget.c693 available += lebs * (c->dark_wm - c->leb_overhead); in ubifs_get_free_space_nolock()
H A Dsuper.c635 c->leb_overhead = c->leb_size % UBIFS_MAX_DATA_NODE_SZ; in init_constants_early()
784 tmp64 *= (long long)c->leb_size - c->leb_overhead; in init_constants_master()
1597 dbg_gen("LEB overhead: %d", c->leb_overhead); in mount_ubifs()
H A Dubifs.h1377 int leb_overhead; member