Lines Matching defs:new_rb
1288 struct ocfs2_refcount_block *new_rb;
1329 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data;
1330 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1331 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc);
1332 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start);
1333 new_rb->rf_blkno = cpu_to_le64(blkno);
1334 new_rb->rf_cpos = cpu_to_le32(0);
1335 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr);
1336 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
1352 le16_to_cpu(new_rb->rf_records.rl_used));
1457 struct ocfs2_refcount_block *new_rb =
1459 struct ocfs2_refcount_list *new_rl = &new_rb->rf_records;
1475 * 5. dirty the new_rb and rb.
1487 new_rb->rf_cpos = cpu_to_le32(cpos);
1528 struct ocfs2_refcount_block *new_rb;
1571 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data;
1572 memset(new_rb, 0, sb->s_blocksize);
1573 strcpy((void *)new_rb, OCFS2_REFCOUNT_BLOCK_SIGNATURE);
1574 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1575 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc);
1576 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start);
1577 new_rb->rf_fs_generation = cpu_to_le32(OCFS2_SB(sb)->fs_generation);
1578 new_rb->rf_blkno = cpu_to_le64(blkno);
1579 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr);
1580 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
1581 new_rb->rf_records.rl_count =
1583 new_rb->rf_generation = root_rb->rf_generation;