Lines Matching refs:new_rb

1286 	struct ocfs2_refcount_block *new_rb;  in ocfs2_expand_inline_ref_root()  local
1327 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()
1455 struct ocfs2_refcount_block *new_rb = in ocfs2_divide_leaf_refcount_block() local
1457 struct ocfs2_refcount_list *new_rl = &new_rb->rf_records; in ocfs2_divide_leaf_refcount_block()
1485 new_rb->rf_cpos = cpu_to_le32(cpos); in ocfs2_divide_leaf_refcount_block()
1526 struct ocfs2_refcount_block *new_rb; in ocfs2_new_leaf_refcount_block() local
1569 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data; in ocfs2_new_leaf_refcount_block()
1570 memset(new_rb, 0, sb->s_blocksize); in ocfs2_new_leaf_refcount_block()
1571 strcpy((void *)new_rb, OCFS2_REFCOUNT_BLOCK_SIGNATURE); in ocfs2_new_leaf_refcount_block()
1572 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_new_leaf_refcount_block()
1573 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_new_leaf_refcount_block()
1574 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start); in ocfs2_new_leaf_refcount_block()
1575 new_rb->rf_fs_generation = cpu_to_le32(OCFS2_SB(sb)->fs_generation); in ocfs2_new_leaf_refcount_block()
1576 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_new_leaf_refcount_block()
1577 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr); in ocfs2_new_leaf_refcount_block()
1578 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL); in ocfs2_new_leaf_refcount_block()
1579 new_rb->rf_records.rl_count = in ocfs2_new_leaf_refcount_block()
1581 new_rb->rf_generation = root_rb->rf_generation; in ocfs2_new_leaf_refcount_block()