Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.h185 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
H A Dxfs_dir2.c620 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK); in xfs_dir2_isblock()
645 error = xfs_bmap_last_offset(args->dp, &eof, XFS_DATA_FORK); in xfs_dir2_isleaf()
H A Dxfs_dir2_leaf.c1713 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf()
H A Dxfs_dir2_node.c1842 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK); in xfs_dir2_node_find_freeblk()
H A Dxfs_bmap.c1376 xfs_bmap_last_offset( in xfs_bmap_last_offset() function
/openbmc/linux/fs/xfs/scrub/
H A Dbmap.c898 error = xfs_bmap_last_offset(ip, &endoff, whichfork); in xchk_bmap()