Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ubifs/
Dorphan.c278 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in avail_orphs()
280 if (gap >= UBIFS_ORPH_NODE_SZ + sizeof(__le64)) in avail_orphs()
281 avail += (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in avail_orphs()
298 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in tot_avail_orphs()
351 if (gap < UBIFS_ORPH_NODE_SZ + sizeof(__le64)) { in write_orph_node()
364 cnt = (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in write_orph_node()
367 len = UBIFS_ORPH_NODE_SZ + cnt * sizeof(__le64); in write_orph_node()
692 n = (le32_to_cpu(orph->ch.len) - UBIFS_ORPH_NODE_SZ) >> 3; in do_kill_orphans()
964 n = (le32_to_cpu(orph->ch.len) - UBIFS_ORPH_NODE_SZ) >> 3; in dbg_read_orphans()
Dubifs-media.h276 #define UBIFS_ORPH_NODE_SZ sizeof(struct ubifs_orph_node) macro
Dsuper.c604 UBIFS_ORPH_NODE_SZ + sizeof(__le64); in init_constants_early()
1603 UBIFS_REF_NODE_SZ, UBIFS_CS_NODE_SZ, UBIFS_ORPH_NODE_SZ); in mount_ubifs()
2391 BUILD_BUG_ON(UBIFS_ORPH_NODE_SZ & 7); in ubifs_init()
Ddebug.c564 n = (safe_len - UBIFS_ORPH_NODE_SZ) >> 3; in ubifs_dump_node()