Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A 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()
H A Dubifs-media.h276 #define UBIFS_ORPH_NODE_SZ sizeof(struct ubifs_orph_node) macro