Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_bmap_util.h58 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset,
Dxfs_file.c960 error = xfs_free_file_space(ip, offset, len); in xfs_file_fallocate()
1032 error = xfs_free_file_space(ip, offset, len); in xfs_file_fallocate()
Dxfs_bmap_util.c960 xfs_free_file_space( in xfs_free_file_space() function
1113 error = xfs_free_file_space(ip, offset, len); in xfs_collapse_file_space()
Dxfs_trace.h757 DEFINE_INODE_EVENT(xfs_free_file_space);