Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_bmap_util.h56 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset,
Dxfs_file.c1012 error = xfs_alloc_file_space(XFS_I(inode), offset, len); in xfs_falloc_zero_range()
1037 error = xfs_alloc_file_space(XFS_I(inode), offset, len); in xfs_falloc_unshare_range()
1065 error = xfs_alloc_file_space(XFS_I(inode), offset, len); in xfs_falloc_allocate_range()
Dxfs_bmap_util.c634 xfs_alloc_file_space( in xfs_alloc_file_space() function
Dxfs_trace.h784 DEFINE_INODE_EVENT(xfs_alloc_file_space);