Searched refs:xfs_bmap_last_extent (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_bmap_util.h | 53 int xfs_bmap_last_extent(struct xfs_trans *tp, struct xfs_inode *ip,
|
D | xfs_bmap_util.c | 289 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, eof); in xfs_bmap_eof()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1567 xfs_bmap_last_extent( in xfs_bmap_last_extent() function 1614 error = xfs_bmap_last_extent(NULL, bma->ip, whichfork, &rec, in xfs_bmap_isaeof() 1658 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
|