new_rb            822 drivers/hid/intel-ish-hid/ishtp/client.c 	struct ishtp_cl_rb *new_rb;
new_rb            896 drivers/hid/intel-ish-hid/ishtp/client.c 				new_rb = list_entry(cl->free_rb_list.list.next,
new_rb            898 drivers/hid/intel-ish-hid/ishtp/client.c 				list_del_init(&new_rb->list);
new_rb            900 drivers/hid/intel-ish-hid/ishtp/client.c 				new_rb->cl = cl;
new_rb            901 drivers/hid/intel-ish-hid/ishtp/client.c 				new_rb->buf_idx = 0;
new_rb            902 drivers/hid/intel-ish-hid/ishtp/client.c 				INIT_LIST_HEAD(&new_rb->list);
new_rb            903 drivers/hid/intel-ish-hid/ishtp/client.c 				list_add_tail(&new_rb->list,
new_rb            955 drivers/hid/intel-ish-hid/ishtp/client.c 	struct ishtp_cl_rb *new_rb;
new_rb           1016 drivers/hid/intel-ish-hid/ishtp/client.c 			new_rb = list_entry(cl->free_rb_list.list.next,
new_rb           1018 drivers/hid/intel-ish-hid/ishtp/client.c 			list_del_init(&new_rb->list);
new_rb           1020 drivers/hid/intel-ish-hid/ishtp/client.c 			new_rb->cl = cl;
new_rb           1021 drivers/hid/intel-ish-hid/ishtp/client.c 			new_rb->buf_idx = 0;
new_rb           1022 drivers/hid/intel-ish-hid/ishtp/client.c 			INIT_LIST_HEAD(&new_rb->list);
new_rb           1023 drivers/hid/intel-ish-hid/ishtp/client.c 			list_add_tail(&new_rb->list,
new_rb            388 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 	int new_rb = 0;
new_rb            423 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		new_rb++;
new_rb            439 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 			      rbdr_idx, new_rb);
new_rb           1286 fs/ocfs2/refcounttree.c 	struct ocfs2_refcount_block *new_rb;
new_rb           1327 fs/ocfs2/refcounttree.c 	new_rb = (struct ocfs2_refcount_block *)new_bh->b_data;
new_rb           1328 fs/ocfs2/refcounttree.c 	new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
new_rb           1329 fs/ocfs2/refcounttree.c 	new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc);
new_rb           1330 fs/ocfs2/refcounttree.c 	new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start);
new_rb           1331 fs/ocfs2/refcounttree.c 	new_rb->rf_blkno = cpu_to_le64(blkno);
new_rb           1332 fs/ocfs2/refcounttree.c 	new_rb->rf_cpos = cpu_to_le32(0);
new_rb           1333 fs/ocfs2/refcounttree.c 	new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr);
new_rb           1334 fs/ocfs2/refcounttree.c 	new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
new_rb           1350 fs/ocfs2/refcounttree.c 		le16_to_cpu(new_rb->rf_records.rl_used));
new_rb           1455 fs/ocfs2/refcounttree.c 	struct ocfs2_refcount_block *new_rb =
new_rb           1457 fs/ocfs2/refcounttree.c 	struct ocfs2_refcount_list *new_rl = &new_rb->rf_records;
new_rb           1485 fs/ocfs2/refcounttree.c 	new_rb->rf_cpos = cpu_to_le32(cpos);
new_rb           1526 fs/ocfs2/refcounttree.c 	struct ocfs2_refcount_block *new_rb;
new_rb           1569 fs/ocfs2/refcounttree.c 	new_rb = (struct ocfs2_refcount_block *)new_bh->b_data;
new_rb           1570 fs/ocfs2/refcounttree.c 	memset(new_rb, 0, sb->s_blocksize);
new_rb           1571 fs/ocfs2/refcounttree.c 	strcpy((void *)new_rb, OCFS2_REFCOUNT_BLOCK_SIGNATURE);
new_rb           1572 fs/ocfs2/refcounttree.c 	new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
new_rb           1573 fs/ocfs2/refcounttree.c 	new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc);
new_rb           1574 fs/ocfs2/refcounttree.c 	new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start);
new_rb           1575 fs/ocfs2/refcounttree.c 	new_rb->rf_fs_generation = cpu_to_le32(OCFS2_SB(sb)->fs_generation);
new_rb           1576 fs/ocfs2/refcounttree.c 	new_rb->rf_blkno = cpu_to_le64(blkno);
new_rb           1577 fs/ocfs2/refcounttree.c 	new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr);
new_rb           1578 fs/ocfs2/refcounttree.c 	new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
new_rb           1579 fs/ocfs2/refcounttree.c 	new_rb->rf_records.rl_count =
new_rb           1581 fs/ocfs2/refcounttree.c 	new_rb->rf_generation = root_rb->rf_generation;