Home
last modified time | relevance | path

Searched refs:xfs_ifree (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode.h581 int xfs_ifree(struct xfs_trans *, struct xfs_inode *);
H A Dxfs_inode.c1233 * xfs_ifree() builds, which may mark the inode XFS_ISTALE if the in xfs_inactive_ifree()
1247 * We check that xfs_ifree() hasn't grown an internal transaction roll in xfs_inactive_ifree()
1253 error = xfs_ifree(tp, ip); in xfs_inactive_ifree()
1262 xfs_notice(mp, "%s: xfs_ifree returned error %d", in xfs_inactive_ifree()
1778 xfs_ifree( in xfs_ifree() function