Searched refs:root_rb (Results 1 – 1 of 1) sorted by relevance
1295 struct ocfs2_refcount_block *root_rb = in ocfs2_expand_inline_ref_root() local1346 memset(&root_rb->rf_list, 0, sb->s_blocksize - in ocfs2_expand_inline_ref_root()1348 root_rb->rf_list.l_count = cpu_to_le16(ocfs2_extent_recs_per_rb(sb)); in ocfs2_expand_inline_ref_root()1349 root_rb->rf_clusters = cpu_to_le32(1); in ocfs2_expand_inline_ref_root()1350 root_rb->rf_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_expand_inline_ref_root()1351 root_rb->rf_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()1352 root_rb->rf_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1); in ocfs2_expand_inline_ref_root()1353 root_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_TREE_FL); in ocfs2_expand_inline_ref_root()1531 struct ocfs2_refcount_block *root_rb = in ocfs2_new_leaf_refcount_block() local1537 BUG_ON(!(le32_to_cpu(root_rb->rf_flags) & OCFS2_REFCOUNT_TREE_FL)); in ocfs2_new_leaf_refcount_block()[all …]