Searched refs:newblk (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota_tree.c296 uint newblk; local
316 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
317 if (!newblk)
321 if (newblk) {
330 newblk = find_free_dqentry(info, dquot, &ret);
332 ret = do_insert_tree(info, dquot, &newblk, depth+1);
336 cpu_to_le32(newblk);
464 uint newblk; local
475 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
477 ret = free_dqentry(info, dquot, newblk);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Drheap.c372 rh_block_t *blk, *newblk; local
426 newblk = get_slot(info);
427 newblk->start = e;
428 newblk->size = be - e;
430 list_add(&newblk->list, &blk->list);
445 rh_block_t *newblk; local
476 newblk = blk;
490 newblk = get_slot(info);
491 newblk->start = start;
492 newblk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2_node.h88 struct xfs_da_state_blk *newblk);
H A Dxfs_da_btree.c141 xfs_da_state_blk_t *oldblk, *newblk, *addblk; local
160 newblk = &state->altpath.blk[i];
170 error = xfs_attr_leaf_split(state, oldblk, newblk);
175 addblk = newblk;
183 state->extraafter = 0; /* before newblk */
187 state->extraafter = 1; /* after newblk */
188 error = xfs_attr_leaf_split(state, newblk,
193 addblk = newblk;
196 error = xfs_dir2_leafn_split(state, oldblk, newblk);
199 addblk = newblk;
376 xfs_da_node_split(xfs_da_state_t *state, xfs_da_state_blk_t *oldblk, xfs_da_state_blk_t *newblk, xfs_da_state_blk_t *addblk, int treelevel, int *result) argument
573 xfs_da_node_add(xfs_da_state_t *state, xfs_da_state_blk_t *oldblk, xfs_da_state_blk_t *newblk) argument
[all...]
H A Dxfs_attr_leaf.h237 struct xfs_da_state_blk *newblk);
H A Dxfs_dir2_node.c1126 xfs_da_state_blk_t *newblk) /* newly created block */
1148 &newblk->bp, XFS_DIR2_LEAFN_MAGIC);
1152 newblk->blkno = blkno;
1153 newblk->magic = XFS_DIR2_LEAFN_MAGIC;
1158 xfs_dir2_leafn_rebalance(state, oldblk, newblk);
1159 error = xfs_da_blk_link(state, oldblk, newblk);
1169 error = xfs_dir2_leafn_add(newblk->bp, args, newblk->index);
1174 newblk->hashval = xfs_dir2_leafn_lasthash(newblk
1123 xfs_dir2_leafn_split( xfs_da_state_t *state, xfs_da_state_blk_t *oldblk, xfs_da_state_blk_t *newblk) argument
[all...]
H A Dxfs_attr_leaf.c941 xfs_da_state_blk_t *newblk)
953 error = xfs_attr_leaf_create(state->args, blkno, &newblk->bp);
956 newblk->blkno = blkno;
957 newblk->magic = XFS_ATTR_LEAF_MAGIC;
963 xfs_attr_leaf_rebalance(state, oldblk, newblk);
964 error = xfs_da_blk_link(state, oldblk, newblk);
978 error = xfs_attr_leaf_add(newblk->bp, state->args);
984 newblk->hashval = xfs_attr_leaf_lasthash(newblk->bp, NULL);
940 xfs_attr_leaf_split(xfs_da_state_t *state, xfs_da_state_blk_t *oldblk, xfs_da_state_blk_t *newblk) argument

Completed in 89 milliseconds