Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_iget.c144 if (xfs_iflags_test(ip, XFS_IRECLAIMABLE)) { in xfs_iget_cache_hit()
177 xfs_iflags_clear(ip, XFS_IRECLAIMABLE); in xfs_iget_cache_hit()
447 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE)); in xfs_iput_new()
Dxfs_inode.h407 #define XFS_IRECLAIMABLE 0x0004 /* inode can be reclaimed */ macro
Dxfs_vnodeops.c2708 xfs_iflags_set(ip, XFS_IRECLAIMABLE); in xfs_reclaim()
/fs/xfs/linux-2.6/
Dxfs_sync.c577 !__xfs_iflags_test(ip, XFS_IRECLAIMABLE)) { in xfs_reclaim_inode()
638 __xfs_iflags_set(ip, XFS_IRECLAIMABLE); in xfs_inode_set_reclaim_tag()