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

/linux-master/arch/powerpc/lib/
H A Drheap.c373 rh_block_t *blk, *newblk; local
427 newblk = get_slot(info);
428 newblk->start = e;
429 newblk->size = be - e;
431 list_add(&newblk->list, &blk->list);
446 rh_block_t *newblk; local
477 newblk = blk;
491 newblk = get_slot(info);
492 newblk->start = start;
493 newblk
[all...]
/linux-master/fs/quota/
H A Dquota_tree.c341 uint newblk; local
370 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
371 ret = do_check_range(dquot->dq_sb, "block", newblk, 0,
375 if (!newblk) {
379 if (newblk == blks[i]) {
388 blks[depth + 1] = newblk;
391 if (newblk) {
549 uint newblk; local
561 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]);
562 ret = do_check_range(dquot->dq_sb, "block", newblk, QT_TREEOF
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c513 struct xfs_da_state_blk *newblk; local
540 newblk = &state->altpath.blk[i];
550 error = xfs_attr3_leaf_split(state, oldblk, newblk);
555 addblk = newblk;
565 state->extraafter = 0; /* before newblk */
570 state->extraafter = 1; /* after newblk */
572 error = xfs_attr3_leaf_split(state, newblk,
577 addblk = newblk;
580 error = xfs_dir2_leafn_split(state, oldblk, newblk);
583 addblk = newblk;
786 xfs_da3_node_split( struct xfs_da_state *state, struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk, struct xfs_da_state_blk *addblk, int treelevel, int *result) argument
1024 xfs_da3_node_add( struct xfs_da_state *state, struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk) argument
[all...]
H A Dxfs_attr_leaf.h75 struct xfs_da_state_blk *newblk);
H A Dxfs_dir2_node.c1427 xfs_da_state_blk_t *newblk) /* newly created block */
1448 &newblk->bp, XFS_DIR2_LEAFN_MAGIC);
1452 newblk->blkno = blkno;
1453 newblk->magic = XFS_DIR2_LEAFN_MAGIC;
1458 xfs_dir2_leafn_rebalance(state, oldblk, newblk);
1459 error = xfs_da3_blk_link(state, oldblk, newblk);
1469 error = xfs_dir2_leafn_add(newblk->bp, args, newblk->index);
1474 newblk->hashval = xfs_dir2_leaf_lasthash(dp, newblk
1424 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_dir2_priv.h146 struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk);
H A Dxfs_attr_leaf.c1264 struct xfs_da_state_blk *newblk)
1278 error = xfs_attr3_leaf_create(state->args, blkno, &newblk->bp);
1281 newblk->blkno = blkno;
1282 newblk->magic = XFS_ATTR_LEAF_MAGIC;
1288 xfs_attr3_leaf_rebalance(state, oldblk, newblk);
1289 error = xfs_da3_blk_link(state, oldblk, newblk);
1305 error = xfs_attr3_leaf_add(newblk->bp, state->args);
1312 newblk->hashval = xfs_attr_leaf_lasthash(newblk->bp, NULL);
1261 xfs_attr3_leaf_split( struct xfs_da_state *state, struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk) argument
/linux-master/drivers/usb/storage/
H A Dene_ub6250.c1560 u16 PhyBlock, newblk, i; local
1606 newblk = ms_libconv_to_physical(info, extdat.logadr);
1608 if (newblk != MS_LB_NOT_USED) {
1612 ms_lib_set_logicalpair(us, extdat.logadr, newblk);
1617 ms_lib_read_extra(us, newblk, 0, &extdat);
1622 ms_lib_erase_phyblock(us, newblk);
/linux-master/include/trace/events/
H A Dext4.h1901 __field( ext4_fsblk_t, newblk )
1912 __entry->newblk = newblock;
1922 (unsigned long long) __entry->newblk)

Completed in 323 milliseconds