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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_iget.c175 if (ip->i_flags & XFS_IRECLAIMABLE) {
199 ip->i_flags |= XFS_IRECLAIMABLE;
207 ip->i_flags &= ~(XFS_IRECLAIMABLE | XFS_IRECLAIM);
H A Dxfs_inode.h362 #define XFS_IRECLAIMABLE 0x0004 /* inode can be reclaimed */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_sync.c222 if (xfs_iflags_test(ip, XFS_INEW | XFS_IRECLAIMABLE | XFS_IRECLAIM))
665 __xfs_iflags_set(ip, XFS_IRECLAIMABLE);
764 ASSERT_ALWAYS(__xfs_iflags_test(ip, XFS_IRECLAIMABLE));
H A Dxfs_super.c923 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIMABLE));

Completed in 69 milliseconds