Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_inode_fork.h134 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
Dxfs_bmap.c1497 (error = xfs_iread_extents(tp, ip, whichfork))) in xfs_bmap_first_unused()
1550 (error = xfs_iread_extents(tp, ip, whichfork))) in xfs_bmap_last_before()
1580 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_last_extent()
4046 error = xfs_iread_extents(NULL, ip, whichfork); in xfs_bmapi_read()
4229 error = xfs_iread_extents(NULL, ip, XFS_DATA_FORK); in xfs_bmapi_delay()
4534 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmapi_write()
5060 (error = xfs_iread_extents(tp, ip, whichfork))) in xfs_bunmapi()
5656 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_shift_extents()
5803 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.1.27/fs/xfs/
Dxfs_qm.c1107 if ((error = xfs_iread_extents(NULL, ip, XFS_DATA_FORK))) in xfs_qm_get_rtblks()