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