XFS_IEOFBLOCKS
if (!xfs_iflags_test(ip, XFS_IEOFBLOCKS))
ASSERT((iflag & ~(XFS_IEOFBLOCKS | XFS_ICOWBLOCKS)) == 0);
return xfs_blockgc_set_iflag(ip, XFS_IEOFBLOCKS);
ASSERT((iflag & ~(XFS_IEOFBLOCKS | XFS_ICOWBLOCKS)) == 0);
clear_tag = (ip->i_flags & (XFS_IEOFBLOCKS | XFS_ICOWBLOCKS)) == 0;
return xfs_blockgc_clear_iflag(ip, XFS_IEOFBLOCKS);