Home
last modified time | relevance | path

Searched refs:UBIFS_ORPH_NODE_SZ (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ubifs/
Dorphan.c208 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in avail_orphs()
210 if (gap >= UBIFS_ORPH_NODE_SZ + sizeof(__le64)) in avail_orphs()
211 avail += (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in avail_orphs()
228 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in tot_avail_orphs()
281 if (gap < UBIFS_ORPH_NODE_SZ + sizeof(__le64)) { in write_orph_node()
294 cnt = (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in write_orph_node()
297 len = UBIFS_ORPH_NODE_SZ + cnt * sizeof(__le64); in write_orph_node()
612 n = (le32_to_cpu(orph->ch.len) - UBIFS_ORPH_NODE_SZ) >> 3; in do_kill_orphans()
868 n = (le32_to_cpu(orph->ch.len) - UBIFS_ORPH_NODE_SZ) >> 3; in dbg_read_orphans()
Dubifs-media.h288 #define UBIFS_ORPH_NODE_SZ sizeof(struct ubifs_orph_node) macro
Dsuper.c582 UBIFS_ORPH_NODE_SZ + sizeof(__le64); in init_constants_early()
1448 UBIFS_REF_NODE_SZ, UBIFS_CS_NODE_SZ, UBIFS_ORPH_NODE_SZ); in mount_ubifs()
2205 BUILD_BUG_ON(UBIFS_ORPH_NODE_SZ & 7); in ubifs_init()
Ddebug.c534 n = (le32_to_cpu(ch->len) - UBIFS_ORPH_NODE_SZ) >> 3; in ubifs_dump_node()