Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.h28 xfs_dablk_t leafblk; /* blockno of leaf data v2 */ member
Dxfs_da_btree.c616 (args->whichfork == XFS_DATA_FORK) ? args->geo->leafblk : 0, in xfs_da3_root_split()
634 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split()
636 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split()
912 ASSERT(newblk->blkno >= state->args->geo->leafblk && in xfs_da3_node_add()
1493 blkno = args->geo->leafblk; in xfs_da3_node_lookup_int()
1543 if (blkno == args->geo->leafblk) in xfs_da3_node_lookup_int()
1597 if (blkno == args->geo->leafblk) in xfs_da3_node_lookup_int()
2138 bno = args->geo->leafblk; in xfs_da_grow_inode()
2283 par_blkno = args->geo->leafblk; in xfs_da3_swap_lastblock()
Dxfs_dir2.c138 dageo->leafblk = xfs_dir2_byte_to_da(dageo, XFS_DIR2_LEAF_OFFSET); in xfs_da_mount()
626 *vp = last == args->geo->leafblk + args->geo->fsbcount; in xfs_dir2_isleaf()
Dxfs_dir2_leaf.c661 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, -1, &lbp); in xfs_dir2_leaf_addname()
1256 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, -1, &lbp); in xfs_dir2_leaf_lookup_int()
Dxfs_dir2_block.c1026 error = xfs_da_shrink_inode(args, args->geo->leafblk, lbp); in xfs_dir2_leaf_to_block()
/linux-4.19.296/fs/xfs/scrub/
Ddabtree.c512 ds.lowest = ds.dargs.geo->leafblk; in xchk_da_btree()
Ddir.c223 if (rec_bno >= mp->m_dir_geo->leafblk) { in xchk_dir_rec()