Searched refs:UBIFS_MST_NODE_SZ (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ubifs/ |
| H A D | master.c | 45 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() 73 UBIFS_MST_NODE_SZ - sizeof(struct ubifs_ch), in mst_node_check_hash() 447 len = UBIFS_MST_NODE_SZ; in ubifs_write_master() 449 if (offs + UBIFS_MST_NODE_SZ > c->leb_size) { in ubifs_write_master()
|
| H A D | recovery.c | 116 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()
|
| H A D | ubifs-media.h | 272 #define UBIFS_MST_NODE_SZ sizeof(struct ubifs_mst_node) macro
|
| H A D | sb.c | 342 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()
|