Home
last modified time | relevance | path

Searched refs:xfs_bmap_last_offset (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_bmap.h200 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
Dxfs_dir2.c606 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isblock()
628 if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK))) in xfs_dir2_isleaf()
Dxfs_dir2_leaf.c1704 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
Dxfs_dir2_node.c1842 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK); in xfs_dir2_node_find_freeblk()
Dxfs_bmap.c1424 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
/Linux-v5.10/fs/xfs/scrub/
Dbmap.c712 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap()