Searched refs:xfs_alloc_file_space (Results 1 – 3 of 3) sorted by relevance
58 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset,
1313 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()
646 xfs_alloc_file_space( in xfs_alloc_file_space() function