Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
Dorphan.c222 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in avail_orphs()
224 if (gap >= UBIFS_ORPH_NODE_SZ + sizeof(__le64)) in avail_orphs()
225 avail += (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in avail_orphs()
242 ((c->leb_size - UBIFS_ORPH_NODE_SZ) / sizeof(__le64)); in tot_avail_orphs()
295 if (gap < UBIFS_ORPH_NODE_SZ + sizeof(__le64)) { in write_orph_node()
308 cnt = (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in write_orph_node()
311 len = UBIFS_ORPH_NODE_SZ + cnt * sizeof(__le64); in write_orph_node()
590 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()
Dubifs-media.h276 #define UBIFS_ORPH_NODE_SZ sizeof(struct ubifs_orph_node) macro
Dsuper.c600 UBIFS_ORPH_NODE_SZ + sizeof(__le64); in init_constants_early()
1602 UBIFS_REF_NODE_SZ, UBIFS_CS_NODE_SZ, UBIFS_ORPH_NODE_SZ); in mount_ubifs()
2393 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()