Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_inode_fork.h98 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
Dxfs_bmap.c1162 xfs_iread_extents( in xfs_iread_extents() function
1331 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_first_unused()
1382 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_last_before()
1405 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_last_extent()
3869 error = xfs_iread_extents(NULL, ip, whichfork); in xfs_bmapi_read()
4312 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmapi_write()
4524 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmapi_remap()
5182 (error = xfs_iread_extents(tp, ip, whichfork))) in __xfs_bunmapi()
5678 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_collapse_extents()
5796 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_insert_extents()
[all …]
/linux-4.19.296/fs/xfs/
Dxfs_dir2_readdir.c260 error = xfs_iread_extents(args->trans, dp, XFS_DATA_FORK); in xfs_dir2_leaf_readbuf()
Dxfs_bmap_util.c370 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_count_blocks()
619 error = xfs_iread_extents(NULL, ip, whichfork); in xfs_getbmap()
Dxfs_iomap.c536 error = xfs_iread_extents(NULL, ip, XFS_DATA_FORK); in xfs_file_iomap_begin_delay()
Dxfs_dquot.c636 error = xfs_iread_extents(NULL, quotip, XFS_DATA_FORK); in xfs_dq_get_next_id()
Dxfs_reflink.c1588 error = xfs_iread_extents(tp, ip, XFS_DATA_FORK); in xfs_reflink_inode_has_shared_extents()
Dxfs_qm.c1160 error = xfs_iread_extents(NULL, ip, XFS_DATA_FORK); in xfs_qm_dqusage_adjust()
/linux-4.19.296/fs/xfs/scrub/
Dbmap.c677 error = xfs_iread_extents(sc->tp, ip, whichfork); in xchk_bmap()