Home
last modified time | relevance | path

Searched refs:XFS_INACTIVATING (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_inode.h259 #define XFS_INACTIVATING (1 << 13) macro
265 XFS_INACTIVATING)
275 XFS_INACTIVATING)
Dxfs_icache.c509 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in xfs_iget_cache_hit()
1392 XFS_INACTIVATING | \
1826 ip->i_flags &= ~(XFS_NEED_INACTIVE | XFS_INACTIVATING); in xfs_inodegc_set_reclaimable()
1869 xfs_iflags_set(ip, XFS_INACTIVATING); in xfs_inodegc_worker()