Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_util.h58 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset,
H A Dxfs_file.c1313 error = xfs_alloc_file_space(ip, offset, len); in xfs_falloc_zero_range()
1339 error = xfs_alloc_file_space(XFS_I(inode), offset, len); in xfs_falloc_unshare_range()
1367 error = xfs_alloc_file_space(XFS_I(inode), offset, len); in xfs_falloc_allocate_range()
H A Dxfs_bmap_util.c646 xfs_alloc_file_space( in xfs_alloc_file_space() function