root_rb          1287 fs/ocfs2/refcounttree.c 	struct ocfs2_refcount_block *root_rb =
root_rb          1338 fs/ocfs2/refcounttree.c 	memset(&root_rb->rf_list, 0, sb->s_blocksize -
root_rb          1340 fs/ocfs2/refcounttree.c 	root_rb->rf_list.l_count = cpu_to_le16(ocfs2_extent_recs_per_rb(sb));
root_rb          1341 fs/ocfs2/refcounttree.c 	root_rb->rf_clusters = cpu_to_le32(1);
root_rb          1342 fs/ocfs2/refcounttree.c 	root_rb->rf_list.l_next_free_rec = cpu_to_le16(1);
root_rb          1343 fs/ocfs2/refcounttree.c 	root_rb->rf_list.l_recs[0].e_blkno = cpu_to_le64(blkno);
root_rb          1344 fs/ocfs2/refcounttree.c 	root_rb->rf_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1);
root_rb          1345 fs/ocfs2/refcounttree.c 	root_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_TREE_FL);
root_rb          1523 fs/ocfs2/refcounttree.c 	struct ocfs2_refcount_block *root_rb =
root_rb          1529 fs/ocfs2/refcounttree.c 	BUG_ON(!(le32_to_cpu(root_rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL));
root_rb          1581 fs/ocfs2/refcounttree.c 	new_rb->rf_generation = root_rb->rf_generation;