Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_bmap_util.h66 bool xfs_can_free_eofblocks(struct xfs_inode *ip, bool force);
Dxfs_bmap_util.c643 xfs_can_free_eofblocks( in xfs_can_free_eofblocks() function
1050 if (xfs_can_free_eofblocks(ip, true)) { in xfs_prepare_shift()
Dxfs_inode.c1454 if (xfs_can_free_eofblocks(ip, false)) { in xfs_release()
1678 return xfs_can_free_eofblocks(ip, true); in xfs_inode_needs_inactive()
1734 if (xfs_can_free_eofblocks(ip, true)) in xfs_inactive()
Dxfs_icache.c1152 if (xfs_can_free_eofblocks(ip, false)) in xfs_inode_free_eofblocks()