Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.h66 bool xfs_can_free_eofblocks(struct xfs_inode *ip);
H A Dxfs_bmap_util.c642 xfs_can_free_eofblocks( in xfs_can_free_eofblocks() function
1065 if (xfs_can_free_eofblocks(ip)) { in xfs_prepare_shift()
H A Dxfs_inode.c1472 if (xfs_can_free_eofblocks(ip)) { in xfs_release()
1694 return xfs_can_free_eofblocks(ip); in xfs_inode_needs_inactive()
1746 if (xfs_can_free_eofblocks(ip)) in xfs_inactive()
H A Dxfs_icache.c1152 if (xfs_can_free_eofblocks(ip)) in xfs_inode_free_eofblocks()