Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Dbudget.c679 * LEBs we would waste only @c->leb_overhead bytes, not @c->dark_wm. in ubifs_get_free_space_nolock()
692 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()
1606 dbg_gen("LEB overhead: %d", c->leb_overhead); in mount_ubifs()
H A Dubifs.h1131 * @leb_overhead: how many bytes are wasted in an LEB when it is filled with
1377 int leb_overhead; member
/kernel/linux/linux-6.6/fs/ubifs/
H A Dbudget.c676 * LEBs we would waste only @c->leb_overhead bytes, not @c->dark_wm. in ubifs_get_free_space_nolock()
689 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.h1152 * @leb_overhead: how many bytes are wasted in an LEB when it is filled with
1405 int leb_overhead; member

Completed in 17 milliseconds