Home
last modified time | relevance | path

Searched refs:XFS_IRECLAIMABLE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode.h384 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro
423 #define XFS_ALL_IRECLAIM_FLAGS (XFS_IRECLAIMABLE | \
434 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
H A Dxfs_icache.c379 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in xfs_iget_recycle()
558 (ip->i_flags & XFS_IRECLAIMABLE)) in xfs_iget_cache_hit()
562 if (ip->i_flags & XFS_IRECLAIMABLE) { in xfs_iget_cache_hit()
928 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_igrab()
1495 XFS_IRECLAIMABLE | \
1924 ip->i_flags |= XFS_IRECLAIMABLE; in xfs_inodegc_set_reclaimable()
H A Dxfs_inode.c1533 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)); in xfs_iunlink_lookup()