Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_bmap_util.h66 bool xfs_can_free_eofblocks(struct xfs_inode *ip, bool force);
Dxfs_bmap_util.c641 xfs_can_free_eofblocks( in xfs_can_free_eofblocks() function
1048 if (xfs_can_free_eofblocks(ip, true)) { in xfs_prepare_shift()
Dxfs_inode.c1455 if (xfs_can_free_eofblocks(ip, false)) { in xfs_release()
1685 return xfs_can_free_eofblocks(ip, true); in xfs_inode_needs_inactive()
1738 if (xfs_can_free_eofblocks(ip, true)) in xfs_inactive()
Dxfs_icache.c1157 if (xfs_can_free_eofblocks(ip, false)) in xfs_inode_free_eofblocks()