Searched refs:new_rb (Results 1 – 2 of 2) sorted by relevance
813 struct ishtp_cl_rb *new_rb; in recv_ishtp_cl_msg() local887 new_rb = list_entry(cl->free_rb_list.list.next, in recv_ishtp_cl_msg()889 list_del_init(&new_rb->list); in recv_ishtp_cl_msg()891 new_rb->cl = cl; in recv_ishtp_cl_msg()892 new_rb->buf_idx = 0; in recv_ishtp_cl_msg()893 INIT_LIST_HEAD(&new_rb->list); in recv_ishtp_cl_msg()894 list_add_tail(&new_rb->list, in recv_ishtp_cl_msg()946 struct ishtp_cl_rb *new_rb; in recv_ishtp_cl_msg_dma() local1007 new_rb = list_entry(cl->free_rb_list.list.next, in recv_ishtp_cl_msg_dma()1009 list_del_init(&new_rb->list); in recv_ishtp_cl_msg_dma()[all …]
1294 struct ocfs2_refcount_block *new_rb; in ocfs2_expand_inline_ref_root() local1335 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data; in ocfs2_expand_inline_ref_root()1336 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_expand_inline_ref_root()1337 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_expand_inline_ref_root()1338 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start); in ocfs2_expand_inline_ref_root()1339 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()1340 new_rb->rf_cpos = cpu_to_le32(0); in ocfs2_expand_inline_ref_root()1341 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr); in ocfs2_expand_inline_ref_root()1342 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL); in ocfs2_expand_inline_ref_root()1358 le16_to_cpu(new_rb->rf_records.rl_used)); in ocfs2_expand_inline_ref_root()[all …]