Home
last modified time | relevance | path

Searched refs:xfs_bmap_last_extent (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_bmap_util.h53 int xfs_bmap_last_extent(struct xfs_trans *tp, struct xfs_inode *ip,
Dxfs_bmap_util.c201 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, eof); in xfs_bmap_eof()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c1393 xfs_bmap_last_extent( in xfs_bmap_last_extent() function
1437 error = xfs_bmap_last_extent(NULL, bma->ip, whichfork, &rec, in xfs_bmap_isaeof()
1481 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
5754 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); in xfs_bmap_can_insert_extents()