Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dbudget.c707 available += lebs * (c->dark_wm - c->leb_overhead); in ubifs_get_free_space_nolock()
Dsuper.c612 c->leb_overhead = c->leb_size % UBIFS_MAX_DATA_NODE_SZ; in init_constants_early()
757 tmp64 *= (long long)c->leb_size - c->leb_overhead; in init_constants_master()
1475 dbg_msg("LEB overhead: %d", c->leb_overhead); in mount_ubifs()
Dubifs.h1343 int leb_overhead; member