Searched refs:ino_waste (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | sb.c | 80 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local 238 ino_waste = ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size) - in create_default_filesystem() 240 tmp64 += ino_waste; in create_default_filesystem()
|
/openbmc/linux/fs/ubifs/ |
H A D | sb.c | 85 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local 260 ino_waste = ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size) - in create_default_filesystem() 262 tmp64 += ino_waste; in create_default_filesystem()
|