Searched refs:new_rb (Results 1 – 1 of 1) sorted by relevance
1286 struct ocfs2_refcount_block *new_rb; in ocfs2_expand_inline_ref_root() local1327 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data; in ocfs2_expand_inline_ref_root()1328 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_expand_inline_ref_root()1329 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_expand_inline_ref_root()1330 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start); in ocfs2_expand_inline_ref_root()1331 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()1332 new_rb->rf_cpos = cpu_to_le32(0); in ocfs2_expand_inline_ref_root()1333 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr); in ocfs2_expand_inline_ref_root()1334 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL); in ocfs2_expand_inline_ref_root()1350 le16_to_cpu(new_rb->rf_records.rl_used)); in ocfs2_expand_inline_ref_root()[all …]