Home
last modified time | relevance | path

Searched refs:xfs_iread_extents (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_fork.h134 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
Dxfs_bmap.c1496 (error = xfs_iread_extents(tp, ip, whichfork))) in xfs_bmap_first_unused()
1549 (error = xfs_iread_extents(tp, ip, whichfork))) in xfs_bmap_last_before()
1579 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_last_extent()
4051 error = xfs_iread_extents(NULL, ip, whichfork); in xfs_bmapi_read()
4234 error = xfs_iread_extents(NULL, ip, XFS_DATA_FORK); in xfs_bmapi_delay()
4573 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmapi_write()
5099 (error = xfs_iread_extents(tp, ip, whichfork))) in xfs_bunmapi()
5695 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_shift_extents()
5842 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_split_extent_at()
Dxfs_inode_fork.c421 xfs_iread_extents( in xfs_iread_extents() function
/linux-4.4.14/fs/xfs/
Dxfs_qm.c1106 if ((error = xfs_iread_extents(NULL, ip, XFS_DATA_FORK))) in xfs_qm_get_rtblks()