fs/ubifs/master.c
447
len = UBIFS_MST_NODE_SZ;
fs/ubifs/master.c
449
if (offs + UBIFS_MST_NODE_SZ > c->leb_size) {
fs/ubifs/master.c
45
if (UBIFS_MST_NODE_SZ > behind)
fs/ubifs/master.c
46
return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind);
fs/ubifs/master.c
73
UBIFS_MST_NODE_SZ - sizeof(struct ubifs_ch),
fs/ubifs/recovery.c
116
while (offs + UBIFS_MST_NODE_SZ <= c->leb_size) {
fs/ubifs/recovery.c
203
err = ubifs_prepare_node_hmac(c, mst, UBIFS_MST_NODE_SZ,
fs/ubifs/recovery.c
300
memcpy(c->mst_node, mst, UBIFS_MST_NODE_SZ);
fs/ubifs/recovery.c
309
memcpy(c->rcvrd_mst_node, c->mst_node, UBIFS_MST_NODE_SZ);
fs/ubifs/sb.c
342
err = ubifs_write_node_hmac(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM, 0,
fs/ubifs/sb.c
347
err = ubifs_write_node_hmac(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM + 1,
fs/ubifs/super.c
1541
UBIFS_TRUN_NODE_SZ, UBIFS_SB_NODE_SZ, UBIFS_MST_NODE_SZ);
fs/ubifs/super.c
2397
BUILD_BUG_ON(UBIFS_MST_NODE_SZ & 7);
fs/ubifs/super.c
2422
BUILD_BUG_ON(UBIFS_MST_NODE_SZ != 512);
fs/ubifs/super.c
579
c->mst_node_alsz = ALIGN(UBIFS_MST_NODE_SZ, c->min_io_size);
fs/ubifs/super.c
587
c->ranges[UBIFS_MST_NODE].len = UBIFS_MST_NODE_SZ;