Searched refs:UBIFS_CH_SZ (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/fs/ubifs/ |
D | master.c | 34 ret = memcmp(m1 + UBIFS_CH_SZ, m2 + UBIFS_CH_SZ, in ubifs_compare_master_node() 35 hmac_offs - UBIFS_CH_SZ); in ubifs_compare_master_node()
|
D | io.c | 373 ubifs_assert(c, len >= UBIFS_CH_SZ); in ubifs_init_node() 466 ubifs_assert(c, len >= UBIFS_CH_SZ); in ubifs_prep_grp_node() 1061 ubifs_assert(c, len >= UBIFS_CH_SZ && offs + len <= c->leb_size); in ubifs_read_node() 1115 size = (c->max_write_size / UBIFS_CH_SZ + 1) * sizeof(ino_t); in ubifs_wbuf_init()
|
D | scan.c | 73 if (len < UBIFS_CH_SZ) in ubifs_scan_a_node()
|
D | ubifs-media.h | 265 #define UBIFS_CH_SZ sizeof(struct ubifs_ch) macro
|
D | debug.c | 303 pr_err("Not a node, first %zu bytes:", UBIFS_CH_SZ); in ubifs_dump_node() 305 (void *)node, UBIFS_CH_SZ, 1); in ubifs_dump_node() 1985 if (zbr->len < UBIFS_CH_SZ) { in check_leaf()
|
D | recovery.c | 465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
|
D | super.c | 2365 BUILD_BUG_ON(UBIFS_CH_SZ & 7); in ubifs_init()
|