Home
last modified time | relevance | path

Searched refs:xfs_iext_count_may_overflow (Results 1 – 10 of 10) sorted by relevance

/linux-6.8/fs/xfs/
Dxfs_bmap_util.c716 error = xfs_iext_count_may_overflow(ip, XFS_DATA_FORK, in xfs_alloc_file_space()
778 error = xfs_iext_count_may_overflow(ip, XFS_DATA_FORK, in xfs_unmap_extent()
1059 error = xfs_iext_count_may_overflow(ip, XFS_DATA_FORK, in xfs_insert_file_space()
1288 error = xfs_iext_count_may_overflow(ip, in xfs_swap_extent_rmap()
1299 error = xfs_iext_count_may_overflow(tip, in xfs_swap_extent_rmap()
Dxfs_reflink.c753 error = xfs_iext_count_may_overflow(ip, XFS_DATA_FORK, in xfs_reflink_end_cow_extent()
1283 error = xfs_iext_count_may_overflow(ip, XFS_DATA_FORK, iext_delta); in xfs_reflink_remap_extent()
Dxfs_iomap.c297 error = xfs_iext_count_may_overflow(ip, XFS_DATA_FORK, nr_exts); in xfs_iomap_write_direct()
603 error = xfs_iext_count_may_overflow(ip, XFS_DATA_FORK, in xfs_iomap_write_unwritten()
Dxfs_bmap_item.c510 error = xfs_iext_count_may_overflow(ip, work->bi_whichfork, iext_delta); in xfs_bmap_recover_work()
Dxfs_dquot.c320 error = xfs_iext_count_may_overflow(quotip, XFS_DATA_FORK, in xfs_dquot_disk_alloc()
Dxfs_rtalloc.c696 error = xfs_iext_count_may_overflow(ip, XFS_DATA_FORK, in xfs_growfs_rt_alloc()
/linux-6.8/fs/xfs/libxfs/
Dxfs_inode_fork.h259 int xfs_iext_count_may_overflow(struct xfs_inode *ip, int whichfork,
Dxfs_inode_fork.c757 xfs_iext_count_may_overflow( in xfs_iext_count_may_overflow() function
Dxfs_attr.c987 error = xfs_iext_count_may_overflow(dp, XFS_ATTR_FORK, in xfs_attr_set()
Dxfs_bmap.c4550 error = xfs_iext_count_may_overflow(ip, whichfork, in xfs_bmapi_convert_delalloc()