Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_bmap_util.h60 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset,
Dxfs_bmap_util.c1109 xfs_free_file_space( in xfs_free_file_space() function
1213 error = xfs_free_file_space(ip, offset, len); in xfs_zero_file_space()
1297 error = xfs_free_file_space(ip, offset, len); in xfs_collapse_file_space()
Dxfs_file.c821 error = xfs_free_file_space(ip, offset, len); in xfs_file_fallocate()
Dxfs_ioctl.c695 error = xfs_free_file_space(ip, bf->l_start, bf->l_len); in xfs_ioc_space()
Dxfs_trace.h613 DEFINE_INODE_EVENT(xfs_free_file_space);