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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c240 ASSERT(xfs_iflags_test(ip, XFS_IRECLAIMABLE));
258 * XFS_IRECLAIMABLE flag until these
276 xfs_iflags_clear(ip, XFS_IRECLAIMABLE);
650 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE));
H A Dxfs_inode.h380 #define XFS_IRECLAIMABLE 0x0020 /* inode can be reclaimed */ macro
H A Dxfs_vnodeops.c3850 * When breaking the link, we need to set the XFS_IRECLAIMABLE flag
3865 __xfs_iflags_set(ip, XFS_IRECLAIMABLE);
3895 (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) && vp == NULL)) {
H A Dxfs_inode.c2805 if (!__xfs_iflags_test(ip, XFS_IRECLAIM|XFS_IRECLAIMABLE)) {

Completed in 62 milliseconds