Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_bmap_util.h66 bool xfs_can_free_eofblocks(struct xfs_inode *ip);
Dxfs_bmap_util.c495 xfs_can_free_eofblocks( in xfs_can_free_eofblocks() function
917 if (xfs_can_free_eofblocks(ip)) { in xfs_prepare_shift()
Dxfs_inode.c1317 return xfs_can_free_eofblocks(ip); in xfs_inode_needs_inactive()
1404 if (xfs_can_free_eofblocks(ip)) in xfs_inactive()
Dxfs_file.c1336 if (xfs_can_free_eofblocks(ip) && in xfs_file_release()
Dxfs_icache.c1198 if (xfs_can_free_eofblocks(ip)) in xfs_inode_free_eofblocks()