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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Drefcounttree.c1292 struct ocfs2_refcount_block *new_rb; local
1333 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data;
1334 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1335 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc);
1336 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start);
1337 new_rb->rf_blkno = cpu_to_le64(blkno);
1338 new_rb->rf_cpos = cpu_to_le32(0);
1339 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr);
1340 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
1356 le16_to_cpu(new_rb
1464 struct ocfs2_refcount_block *new_rb = local
1523 struct ocfs2_refcount_block *new_rb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c1193 char *new_rb; local
1220 new_rb = realloc(in->buffer, new_size);
1223 new_rb = malloc(new_size);
1225 if(!new_rb) {
1232 in->buffer = new_rb;

Completed in 108 milliseconds