Searched refs:xfs_iread_extents (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 134 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
|
D | xfs_bmap.c | 1496 (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()
|
D | xfs_inode_fork.c | 421 xfs_iread_extents( in xfs_iread_extents() function
|
/linux-4.4.14/fs/xfs/ |
D | xfs_qm.c | 1106 if ((error = xfs_iread_extents(NULL, ip, XFS_DATA_FORK))) in xfs_qm_get_rtblks()
|