Lines Matching defs:new_rb
1286 struct ocfs2_refcount_block *new_rb;
1327 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data;
1328 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1329 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc);
1330 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start);
1331 new_rb->rf_blkno = cpu_to_le64(blkno);
1332 new_rb->rf_cpos = cpu_to_le32(0);
1333 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr);
1334 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
1350 le16_to_cpu(new_rb->rf_records.rl_used));
1455 struct ocfs2_refcount_block *new_rb =
1457 struct ocfs2_refcount_list *new_rl = &new_rb->rf_records;
1473 * 5. dirty the new_rb and rb.
1485 new_rb->rf_cpos = cpu_to_le32(cpos);
1526 struct ocfs2_refcount_block *new_rb;
1569 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data;
1570 memset(new_rb, 0, sb->s_blocksize);
1571 strcpy((void *)new_rb, OCFS2_REFCOUNT_BLOCK_SIGNATURE);
1572 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1573 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc);
1574 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start);
1575 new_rb->rf_fs_generation = cpu_to_le32(OCFS2_SB(sb)->fs_generation);
1576 new_rb->rf_blkno = cpu_to_le64(blkno);
1577 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr);
1578 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
1579 new_rb->rf_records.rl_count =
1581 new_rb->rf_generation = root_rb->rf_generation;