xfs_bmap_last_offset  195 fs/xfs/libxfs/xfs_bmap.h int	xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
xfs_bmap_last_offset  600 fs/xfs/libxfs/xfs_dir2.c 	if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK)))
xfs_bmap_last_offset  620 fs/xfs/libxfs/xfs_dir2.c 	if ((rval = xfs_bmap_last_offset(args->dp, &last, XFS_DATA_FORK)))
xfs_bmap_last_offset 1668 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) {
xfs_bmap_last_offset 1793 fs/xfs/libxfs/xfs_dir2_node.c 	error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK);
xfs_bmap_last_offset  697 fs/xfs/scrub/bmap.c 	error = xfs_bmap_last_offset(ip, &endoff, whichfork);