xfs_iflags_test   266 fs/xfs/xfs_icache.c 		if (!xfs_iflags_test(ip, XFS_INEW))
xfs_iflags_test   677 fs/xfs/xfs_icache.c 	if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0)
xfs_iflags_test   861 fs/xfs/xfs_icache.c 			    xfs_iflags_test(batch[i], XFS_INEW))
xfs_iflags_test  1135 fs/xfs/xfs_icache.c 	if (xfs_iflags_test(ip, XFS_ISTALE) || xfs_inode_clean(ip)) {
xfs_iflags_test  1650 fs/xfs/xfs_inode.c 		if (xfs_iflags_test(ip, XFS_IDIRTY_RELEASE))
xfs_iflags_test  1828 fs/xfs/xfs_inode.c 	ASSERT(!xfs_iflags_test(ip, XFS_IRECOVERY));
xfs_iflags_test  3661 fs/xfs/xfs_inode.c 	if (xfs_iflags_test(ip, XFS_ISTALE)) {
xfs_iflags_test   261 fs/xfs/xfs_inode.h 	return xfs_iflags_test(ip, XFS_IFLOCK);
xfs_iflags_test   614 fs/xfs/xfs_inode_item.c 	if (xfs_iflags_test(ip, XFS_ISTALE)) {
xfs_iflags_test   951 fs/xfs/xfs_super.c 	ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIMABLE));
xfs_iflags_test   952 fs/xfs/xfs_super.c 	ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIM));