Searched refs:xfs_iflags_test (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_filestream.h68 xfs_iflags_test(ip, XFS_IFILESTREAM) ||
H A Dxfs_iget.c394 if (xfs_iflags_test(ip, XFS_INEW) && ip->i_d.di_mode != 0)
H A Dxfs_inode.h315 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) function
H A Dxfs_inode.c2007 if (!ip || xfs_iflags_test(ip, XFS_ISTALE)) {
2800 if (xfs_iflags_test(ip, XFS_ISTALE)) {
/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))
795 if (xfs_iflags_test(ip, XFS_ISTALE))
H A Dxfs_super.c923 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIMABLE));
924 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIM));

Completed in 83 milliseconds