Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.h405 #define XFS_INACTIVATING (1 << 13) macro
422 XFS_INACTIVATING)
432 XFS_INACTIVATING | XFS_IQUOTAUNCHECKED)
H A Dxfs_icache.c540 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in xfs_iget_cache_hit()
1495 XFS_INACTIVATING | \
1924 ip->i_flags &= ~(XFS_NEED_INACTIVE | XFS_INACTIVATING); in xfs_inodegc_set_reclaimable()
1991 xfs_iflags_set(ip, XFS_INACTIVATING); in xfs_inodegc_worker()