Searched refs:XFS_IRECLAIM (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.c156 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) {
179 * We need to set XFS_IRECLAIM to prevent xfs_reclaim_inode
184 ip->i_flags |= XFS_IRECLAIM;
207 ip->i_flags &= ~(XFS_IRECLAIMABLE | XFS_IRECLAIM);
H A Dxfs_inode.h360 #define XFS_IRECLAIM 0x0001 /* we have started reclaiming this inode */ 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))
761 * XFS_IRECLAIM flag set it will not touch us.
765 if (__xfs_iflags_test(ip, XFS_IRECLAIM)) {
771 __xfs_iflags_set(ip, XFS_IRECLAIM);
822 xfs_iflags_clear(ip, XFS_IRECLAIM);
H A Dxfs_super.c924 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIM));

Completed in 168 milliseconds