Home
last modified time | relevance | path

Searched refs:xfs_can_free_eofblocks (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_bmap_util.h66 bool xfs_can_free_eofblocks(struct xfs_inode *ip, bool force);
Dxfs_bmap_util.c640 xfs_can_free_eofblocks( in xfs_can_free_eofblocks() function
1043 if (xfs_can_free_eofblocks(ip, true)) { in xfs_prepare_shift()
Dxfs_inode.c1487 if (xfs_can_free_eofblocks(ip, false)) { in xfs_release()
1717 return xfs_can_free_eofblocks(ip, true); in xfs_inode_needs_inactive()
1770 if (xfs_can_free_eofblocks(ip, true)) in xfs_inactive()
Dxfs_icache.c1165 if (xfs_can_free_eofblocks(ip, false)) in xfs_inode_free_eofblocks()