Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h29 xfs_dablk_t leafblk; /* blockno of leaf data v2 */ member
H A Dxfs_da_btree.c796 (args->whichfork == XFS_DATA_FORK) ? args->geo->leafblk : 0, in xfs_da3_root_split()
814 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split()
816 ASSERT(blk2->blkno >= args->geo->leafblk && in xfs_da3_root_split()
1090 ASSERT(newblk->blkno >= state->args->geo->leafblk && in xfs_da3_node_add()
1675 blkno = args->geo->leafblk; in xfs_da3_node_lookup_int()
1750 if (blkno == args->geo->leafblk) in xfs_da3_node_lookup_int()
1806 if (XFS_IS_CORRUPT(dp->i_mount, blkno == args->geo->leafblk)) { in xfs_da3_node_lookup_int()
2379 bno = args->geo->leafblk; in xfs_da_grow_inode()
2546 par_blkno = args->geo->leafblk; in xfs_da3_swap_lastblock()
H A Dxfs_dir2.c162 dageo->leafblk = xfs_dir2_byte_to_da(dageo, XFS_DIR2_LEAF_OFFSET); in xfs_da_mount()
292 if (eof == geo->leafblk + geo->fsbcount) in xfs_dir2_format()
H A Dxfs_dir2_block.c1058 error = xfs_da_shrink_inode(args, args->geo->leafblk, lbp); in xfs_dir2_leaf_to_block()
/linux/fs/xfs/scrub/
H A Ddir_repair.c587 last = geo->leafblk; in xrep_dir_guess_format()
968 offset < geo->leafblk; in xrep_dir_recover()
971 error = xfs_bmapi_read(sc->ip, offset, geo->leafblk - offset, in xrep_dir_recover()
H A Ddabtree.c530 ds->lowest = ds->dargs.geo->leafblk; in xchk_da_btree()
H A Ddir.c362 if (rec_bno >= geo->leafblk) { in xchk_dir_rec()