Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dbudget.c702 available += lebs * (c->dark_wm - c->leb_overhead); in ubifs_get_free_space_nolock()
H A Dsuper.c795 c->leb_overhead = c->leb_size % UBIFS_MAX_DATA_NODE_SZ; in init_constants_early()
940 tmp64 *= (long long)c->leb_size - c->leb_overhead; in init_constants_master()
1665 dbg_gen("LEB overhead: %d", c->leb_overhead); in mount_ubifs()
H A Dubifs.h1953 int leb_overhead; member
/openbmc/linux/fs/ubifs/
H A Dbudget.c689 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()
1609 dbg_gen("LEB overhead: %d", c->leb_overhead); in mount_ubifs()
H A Dubifs.h1405 int leb_overhead; member