Home
last modified time | relevance | path

Searched refs:leafblk (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/libxfs/
Dxfs_da_btree.h41 xfs_dablk_t leafblk; /* blockno of leaf data v2 */ member
Dxfs_da_btree.c602 (args->whichfork == XFS_DATA_FORK) ? args->geo->leafblk : 0, in xfs_da3_root_split()
620 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split()
622 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split()
898 ASSERT(newblk->blkno >= state->args->geo->leafblk && in xfs_da3_node_add()
1477 blkno = (args->whichfork == XFS_DATA_FORK)? args->geo->leafblk : 0; in xfs_da3_node_lookup_int()
2104 bno = args->geo->leafblk; in xfs_da_grow_inode()
2249 par_blkno = args->geo->leafblk; in xfs_da3_swap_lastblock()
Dxfs_dir2.c147 dageo->leafblk = xfs_dir2_byte_to_da(dageo, XFS_DIR2_LEAF_OFFSET); in xfs_da_mount()
661 *vp = last == args->geo->leafblk + args->geo->fsbcount; in xfs_dir2_isleaf()
Dxfs_dir2_leaf.c645 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, -1, &lbp); in xfs_dir2_leaf_addname()
1237 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, -1, &lbp); in xfs_dir2_leaf_lookup_int()
Dxfs_dir2_block.c1029 error = xfs_da_shrink_inode(args, args->geo->leafblk, lbp); in xfs_dir2_leaf_to_block()