Searched refs:xfs_free_eofblocks (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_bmap_util.h | 71 int xfs_free_eofblocks(struct xfs_mount *mp, struct xfs_inode *ip,
|
D | xfs_bmap_util.c | 860 xfs_free_eofblocks( in xfs_free_eofblocks() function 1463 error = xfs_free_eofblocks(mp, ip, false); in xfs_shift_file_space()
|
D | xfs_icache.c | 1284 ret = xfs_free_eofblocks(ip->i_mount, ip, need_iolock); in xfs_inode_free_eofblocks()
|
D | xfs_inode.c | 1703 error = xfs_free_eofblocks(mp, ip, true); in xfs_release() 1898 xfs_free_eofblocks(mp, ip, false); in xfs_inactive()
|