Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_util.h68 bool xfs_can_free_eofblocks(struct xfs_inode *ip);
H A Dxfs_bmap_util.c503 xfs_can_free_eofblocks( in xfs_can_free_eofblocks() function
930 if (xfs_can_free_eofblocks(ip)) { in xfs_prepare_shift()
H A Dxfs_inode.c1329 return xfs_can_free_eofblocks(ip); in xfs_inode_needs_inactive()
1419 if (xfs_can_free_eofblocks(ip)) in xfs_inactive()
H A Dxfs_icache.c1259 if (xfs_can_free_eofblocks(ip)) in xfs_inode_free_eofblocks()
H A Dxfs_file.c1666 if (xfs_can_free_eofblocks(ip) && in xfs_file_release()