Searched refs:xfs_free_file_space (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_bmap_util.h | 60 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset,
|
D | xfs_bmap_util.c | 1204 xfs_free_file_space( in xfs_free_file_space() function 1403 error = xfs_free_file_space(ip, offset, len); in xfs_zero_file_space() 1568 error = xfs_free_file_space(ip, offset, len); in xfs_collapse_file_space()
|
D | xfs_file.c | 946 error = xfs_free_file_space(ip, offset, len); in xfs_file_fallocate()
|
D | xfs_ioctl.c | 723 error = xfs_free_file_space(ip, bf->l_start, bf->l_len); in xfs_ioc_space()
|
D | xfs_trace.h | 664 DEFINE_INODE_EVENT(xfs_free_file_space);
|