Searched refs:xfs_alloc_file_space (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_util.h | 56 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset,
|
H A D | xfs_file.c | 995 error = xfs_alloc_file_space(ip, offset, len, in xfs_file_fallocate()
|
H A D | xfs_bmap_util.c | 716 xfs_alloc_file_space( in xfs_alloc_file_space() function
|
H A D | xfs_ioctl.c | 688 error = xfs_alloc_file_space(ip, XFS_ISIZE(ip), in xfs_ioc_space()
|
H A D | xfs_trace.h | 627 DEFINE_INODE_EVENT(xfs_alloc_file_space); variable
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.h | 56 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset,
|
H A D | xfs_file.c | 1097 error = xfs_alloc_file_space(ip, offset, len); in xfs_file_fallocate()
|
H A D | xfs_bmap_util.c | 776 xfs_alloc_file_space( in xfs_alloc_file_space() function
|
H A D | xfs_trace.h | 770 DEFINE_INODE_EVENT(xfs_alloc_file_space); variable
|
Completed in 20 milliseconds