Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dmaster.c66 if (memcmp((void *)c->mst_node + UBIFS_CH_SZ, in scan_for_master()
67 (void *)snod->node + UBIFS_CH_SZ, in scan_for_master()
68 UBIFS_MST_NODE_SZ - UBIFS_CH_SZ)) in scan_for_master()
H A Dio.c387 ubifs_assert(len >= UBIFS_CH_SZ); in ubifs_prepare_node()
420 ubifs_assert(len >= UBIFS_CH_SZ); in ubifs_prep_grp_node()
990 ubifs_assert(len >= UBIFS_CH_SZ && offs + len <= c->leb_size); in ubifs_read_node()
1044 size = (c->max_write_size / UBIFS_CH_SZ + 1) * sizeof(ino_t); in ubifs_wbuf_init()
H A Drecovery.c260 if (memcmp((void *)mst1 + UBIFS_CH_SZ, in ubifs_recover_master_node()
261 (void *)mst2 + UBIFS_CH_SZ, in ubifs_recover_master_node()
262 UBIFS_MST_NODE_SZ - UBIFS_CH_SZ)) in ubifs_recover_master_node()
472 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
H A Dubifs-media.h266 #define UBIFS_CH_SZ sizeof(struct ubifs_ch) macro
H A Dscan.c78 if (len < UBIFS_CH_SZ) in ubifs_scan_a_node()
H A Ddebug.c312 pr_err("Not a node, first %zu bytes:", UBIFS_CH_SZ); in ubifs_dump_node()
314 (void *)node, UBIFS_CH_SZ, 1); in ubifs_dump_node()
2032 if (zbr->len < UBIFS_CH_SZ) { in check_leaf()
H A Dsuper.c2558 BUILD_BUG_ON(UBIFS_CH_SZ & 7); in ubifs_init()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A 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()
H A 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()
1096 ubifs_assert(c, len >= UBIFS_CH_SZ && offs + len <= c->leb_size); in ubifs_read_node()
1150 size = (c->max_write_size / UBIFS_CH_SZ + 1) * sizeof(ino_t); in ubifs_wbuf_init()
H A Dscan.c73 if (len < UBIFS_CH_SZ) in ubifs_scan_a_node()
H A Dubifs-media.h265 #define UBIFS_CH_SZ sizeof(struct ubifs_ch) macro
H A 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()
H A Drecovery.c465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
H A Dsuper.c2367 BUILD_BUG_ON(UBIFS_CH_SZ & 7); in ubifs_init()