Searched refs:xfs_can_free_eofblocks (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_util.h | 66 bool xfs_can_free_eofblocks(struct xfs_inode *ip, bool force);
|
H A D | xfs_bmap_util.c | 600 xfs_can_free_eofblocks(struct xfs_inode *ip, bool force) in xfs_can_free_eofblocks() function 1007 if (xfs_can_free_eofblocks(ip, true)) { in xfs_prepare_shift()
|
H A D | xfs_inode.c | 1607 if (xfs_can_free_eofblocks(ip, false)) { in xfs_release() 1840 if (xfs_can_free_eofblocks(ip, true)) in xfs_inactive()
|
H A D | xfs_icache.c | 1358 if (!xfs_can_free_eofblocks(ip, false)) { in xfs_inode_free_eofblocks()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.h | 66 bool xfs_can_free_eofblocks(struct xfs_inode *ip, bool force);
|
H A D | xfs_bmap_util.c | 643 xfs_can_free_eofblocks( in xfs_can_free_eofblocks() function 1052 if (xfs_can_free_eofblocks(ip, true)) { in xfs_prepare_shift()
|
H A D | xfs_inode.c | 1461 if (xfs_can_free_eofblocks(ip, false)) { in xfs_release() 1685 return xfs_can_free_eofblocks(ip, true); in xfs_inode_needs_inactive() 1741 if (xfs_can_free_eofblocks(ip, true)) in xfs_inactive()
|
H A D | xfs_icache.c | 1152 if (xfs_can_free_eofblocks(ip, false)) in xfs_inode_free_eofblocks()
|
Completed in 18 milliseconds