Searched refs:xfs_free_eofblocks (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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 | 834 xfs_free_eofblocks( in xfs_free_eofblocks() function 1425 error = xfs_free_eofblocks(mp, ip, false); in xfs_shift_file_space()
|
D | xfs_icache.c | 1282 ret = xfs_free_eofblocks(ip->i_mount, ip, need_iolock); in xfs_inode_free_eofblocks()
|
D | xfs_inode.c | 1731 error = xfs_free_eofblocks(mp, ip, true); in xfs_release() 1925 xfs_free_eofblocks(mp, ip, false); in xfs_inactive()
|