Lines Matching defs:root_rb
1289 struct ocfs2_refcount_block *root_rb =
1340 memset(&root_rb->rf_list, 0, sb->s_blocksize -
1342 root_rb->rf_list.l_count = cpu_to_le16(ocfs2_extent_recs_per_rb(sb));
1343 root_rb->rf_clusters = cpu_to_le32(1);
1344 root_rb->rf_list.l_next_free_rec = cpu_to_le16(1);
1345 root_rb->rf_list.l_recs[0].e_blkno = cpu_to_le64(blkno);
1346 root_rb->rf_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1);
1347 root_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_TREE_FL);
1525 struct ocfs2_refcount_block *root_rb =
1531 BUG_ON(!(le32_to_cpu(root_rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL));
1583 new_rb->rf_generation = root_rb->rf_generation;