Searched refs:xfs_bmap_last_extent (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_bmap_util.h | 51 int xfs_bmap_last_extent(struct xfs_trans *tp, struct xfs_inode *ip,
|
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1337 xfs_bmap_last_extent( in xfs_bmap_last_extent() function 1379 error = xfs_bmap_last_extent(NULL, bma->ip, whichfork, &rec, in xfs_bmap_isaeof() 1423 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset() 5937 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); in xfs_bmap_can_insert_extents()
|