Searched refs:UBIFS_ORPH_NODE_SZ (Results 1 – 4 of 4) sorted by relevance
199 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in avail_orphs()201 if (gap >= UBIFS_ORPH_NODE_SZ + sizeof(__le64)) in avail_orphs()202 avail += (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in avail_orphs()219 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in tot_avail_orphs()272 if (gap < UBIFS_ORPH_NODE_SZ + sizeof(__le64)) { in write_orph_node()285 cnt = (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in write_orph_node()288 len = UBIFS_ORPH_NODE_SZ + cnt * sizeof(__le64); in write_orph_node()603 n = (le32_to_cpu(orph->ch.len) - UBIFS_ORPH_NODE_SZ) >> 3; in do_kill_orphans()859 n = (le32_to_cpu(orph->ch.len) - UBIFS_ORPH_NODE_SZ) >> 3; in dbg_read_orphans()
276 #define UBIFS_ORPH_NODE_SZ sizeof(struct ubifs_orph_node) macro
768 UBIFS_ORPH_NODE_SZ + sizeof(__le64); in init_constants_early()1663 UBIFS_REF_NODE_SZ, UBIFS_CS_NODE_SZ, UBIFS_ORPH_NODE_SZ); in mount_ubifs()2571 BUILD_BUG_ON(UBIFS_ORPH_NODE_SZ & 7); in ubifs_init()
537 n = (le32_to_cpu(ch->len) - UBIFS_ORPH_NODE_SZ) >> 3; in ubifs_dump_node()
Completed in 13 milliseconds