Home
last modified time | relevance | path

Searched refs:UBIFS_CH_SZ (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/fs/ubifs/
Dmaster.c34 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()
Dio.c373 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()
Dscan.c73 if (len < UBIFS_CH_SZ) in ubifs_scan_a_node()
Dubifs-media.h265 #define UBIFS_CH_SZ sizeof(struct ubifs_ch) macro
Ddebug.c303 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()
Drecovery.c465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
Dsuper.c2365 BUILD_BUG_ON(UBIFS_CH_SZ & 7); in ubifs_init()