UBIFS_MST_NODE_SZ   45 fs/ubifs/master.c 	if (UBIFS_MST_NODE_SZ > behind)
UBIFS_MST_NODE_SZ   46 fs/ubifs/master.c 		return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind);
UBIFS_MST_NODE_SZ   76 fs/ubifs/master.c 			    UBIFS_MST_NODE_SZ - sizeof(struct ubifs_ch), calc);
UBIFS_MST_NODE_SZ  447 fs/ubifs/master.c 	len = UBIFS_MST_NODE_SZ;
UBIFS_MST_NODE_SZ  449 fs/ubifs/master.c 	if (offs + UBIFS_MST_NODE_SZ > c->leb_size) {
UBIFS_MST_NODE_SZ  116 fs/ubifs/recovery.c 	while (offs + UBIFS_MST_NODE_SZ <= c->leb_size) {
UBIFS_MST_NODE_SZ  203 fs/ubifs/recovery.c 	err = ubifs_prepare_node_hmac(c, mst, UBIFS_MST_NODE_SZ,
UBIFS_MST_NODE_SZ  300 fs/ubifs/recovery.c 	memcpy(c->mst_node, mst, UBIFS_MST_NODE_SZ);
UBIFS_MST_NODE_SZ  309 fs/ubifs/recovery.c 		memcpy(c->rcvrd_mst_node, c->mst_node, UBIFS_MST_NODE_SZ);
UBIFS_MST_NODE_SZ  341 fs/ubifs/sb.c  	err = ubifs_write_node_hmac(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM, 0,
UBIFS_MST_NODE_SZ  346 fs/ubifs/sb.c  	err = ubifs_write_node_hmac(c, mst, UBIFS_MST_NODE_SZ, UBIFS_MST_LNUM + 1,
UBIFS_MST_NODE_SZ  564 fs/ubifs/super.c 	c->mst_node_alsz = ALIGN(UBIFS_MST_NODE_SZ, c->min_io_size);
UBIFS_MST_NODE_SZ  572 fs/ubifs/super.c 	c->ranges[UBIFS_MST_NODE].len  = UBIFS_MST_NODE_SZ;
UBIFS_MST_NODE_SZ 1550 fs/ubifs/super.c 		UBIFS_TRUN_NODE_SZ, UBIFS_SB_NODE_SZ, UBIFS_MST_NODE_SZ);
UBIFS_MST_NODE_SZ 2332 fs/ubifs/super.c 	BUILD_BUG_ON(UBIFS_MST_NODE_SZ  & 7);
UBIFS_MST_NODE_SZ 2357 fs/ubifs/super.c 	BUILD_BUG_ON(UBIFS_MST_NODE_SZ != 512);