Home
last modified time | relevance | path

Searched refs:new_rb (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ocfs2/
H A Drefcounttree.c1287 struct ocfs2_refcount_block *new_rb; in ocfs2_expand_inline_ref_root() local
1328 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data; in ocfs2_expand_inline_ref_root()
1329 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_expand_inline_ref_root()
1330 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_expand_inline_ref_root()
1331 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start); in ocfs2_expand_inline_ref_root()
1332 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()
1333 new_rb->rf_cpos = cpu_to_le32(0); in ocfs2_expand_inline_ref_root()
1334 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr); in ocfs2_expand_inline_ref_root()
1335 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL); in ocfs2_expand_inline_ref_root()
1351 le16_to_cpu(new_rb in ocfs2_expand_inline_ref_root()
1449 struct ocfs2_refcount_block *new_rb = ocfs2_divide_leaf_refcount_block() local
1520 struct ocfs2_refcount_block *new_rb; ocfs2_new_leaf_refcount_block() local
[all...]
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c389 int new_rb = 0; in nicvf_refill_rbdr() local
424 new_rb++; in nicvf_refill_rbdr()
440 rbdr_idx, new_rb); in nicvf_refill_rbdr()