Home
last modified time | relevance | path

Searched refs:UBIFS_MST_NODE_SZ (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/fs/ubifs/
Dmaster.c45 if (UBIFS_MST_NODE_SZ > behind) in ubifs_compare_master_node()
46 return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind); in ubifs_compare_master_node()
72 UBIFS_MST_NODE_SZ - sizeof(struct ubifs_ch), in mst_node_check_hash()
444 len = UBIFS_MST_NODE_SZ; in ubifs_write_master()
446 if (offs + UBIFS_MST_NODE_SZ > c->leb_size) { in ubifs_write_master()
Drecovery.c116 while (offs + UBIFS_MST_NODE_SZ <= c->leb_size) { in get_master_node()
203 err = ubifs_prepare_node_hmac(c, mst, UBIFS_MST_NODE_SZ, in write_rcvrd_mst_node()
300 memcpy(c->mst_node, mst, UBIFS_MST_NODE_SZ); in ubifs_recover_master_node()
309 memcpy(c->rcvrd_mst_node, c->mst_node, UBIFS_MST_NODE_SZ); in ubifs_recover_master_node()
Dubifs-media.h272 #define UBIFS_MST_NODE_SZ sizeof(struct ubifs_mst_node) macro
Dsuper.c583 c->mst_node_alsz = ALIGN(UBIFS_MST_NODE_SZ, c->min_io_size); in init_constants_early()
591 c->ranges[UBIFS_MST_NODE].len = UBIFS_MST_NODE_SZ; in init_constants_early()
1601 UBIFS_TRUN_NODE_SZ, UBIFS_SB_NODE_SZ, UBIFS_MST_NODE_SZ); in mount_ubifs()
2388 BUILD_BUG_ON(UBIFS_MST_NODE_SZ & 7); in ubifs_init()
2413 BUILD_BUG_ON(UBIFS_MST_NODE_SZ != 512); in ubifs_init()
Dsb.c342 err = ubifs_write_node_hmac(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM, 0, in create_default_filesystem()
347 err = ubifs_write_node_hmac(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM + 1, in create_default_filesystem()