Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_da_btree.c727 (args->whichfork == XFS_DATA_FORK) ? args->geo->leafblk : 0, in xfs_da3_root_split()
745 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split()
747 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split()
1021 ASSERT(newblk->blkno >= state->args->geo->leafblk && in xfs_da3_node_add()
1596 blkno = args->geo->leafblk; in xfs_da3_node_lookup_int()
1650 if (blkno == args->geo->leafblk) in xfs_da3_node_lookup_int()
1705 if (XFS_IS_CORRUPT(dp->i_mount, blkno == args->geo->leafblk)) in xfs_da3_node_lookup_int()
2233 bno = args->geo->leafblk; in xfs_da_grow_inode()
2372 par_blkno = args->geo->leafblk; in xfs_da3_swap_lastblock()
A Dxfs_da_btree.h29 xfs_dablk_t leafblk; /* blockno of leaf data v2 */ member
A Dxfs_dir2.c145 dageo->leafblk = xfs_dir2_byte_to_da(dageo, XFS_DIR2_LEAF_OFFSET); in xfs_da_mount()
630 *vp = last == args->geo->leafblk + args->geo->fsbcount; in xfs_dir2_isleaf()
A Dxfs_dir2_leaf.c644 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, &lbp); in xfs_dir2_leaf_addname()
1235 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, &lbp); in xfs_dir2_leaf_lookup_int()
A Dxfs_dir2_block.c1050 error = xfs_da_shrink_inode(args, args->geo->leafblk, lbp); in xfs_dir2_leaf_to_block()
/linux/fs/xfs/scrub/
A Ddabtree.c505 ds->lowest = ds->dargs.geo->leafblk; in xchk_da_btree()
A Ddir.c245 if (rec_bno >= geo->leafblk) { in xchk_dir_rec()

Completed in 20 milliseconds