Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_da_btree.h28 xfs_dablk_t leafblk; /* blockno of leaf data v2 */ member
Dxfs_da_btree.c634 (args->whichfork == XFS_DATA_FORK) ? args->geo->leafblk : 0, in xfs_da3_root_split()
652 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split()
654 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split()
930 ASSERT(newblk->blkno >= state->args->geo->leafblk && in xfs_da3_node_add()
1511 blkno = args->geo->leafblk; in xfs_da3_node_lookup_int()
1561 if (blkno == args->geo->leafblk) in xfs_da3_node_lookup_int()
1615 if (blkno == args->geo->leafblk) in xfs_da3_node_lookup_int()
2156 bno = args->geo->leafblk; in xfs_da_grow_inode()
2301 par_blkno = args->geo->leafblk; in xfs_da3_swap_lastblock()
Dxfs_dir2.c134 dageo->leafblk = xfs_dir2_byte_to_da(dageo, XFS_DIR2_LEAF_OFFSET); in xfs_da_mount()
622 *vp = last == args->geo->leafblk + args->geo->fsbcount; in xfs_dir2_isleaf()
Dxfs_dir2_leaf.c597 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, -1, &lbp); in xfs_dir2_leaf_addname()
1192 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, -1, &lbp); in xfs_dir2_leaf_lookup_int()
Dxfs_dir2_block.c1023 error = xfs_da_shrink_inode(args, args->geo->leafblk, lbp); in xfs_dir2_leaf_to_block()
/Linux-v5.4/fs/xfs/scrub/
Ddabtree.c508 ds.lowest = ds.dargs.geo->leafblk; in xchk_da_btree()
Ddir.c216 if (rec_bno >= mp->m_dir_geo->leafblk) { in xchk_dir_rec()