__xfs_iflags_test  431 fs/xfs/xfs_icache.c 			wake = !!__xfs_iflags_test(ip, XFS_INEW);
__xfs_iflags_test  760 fs/xfs/xfs_icache.c 	if ((!newinos && __xfs_iflags_test(ip, XFS_INEW)) ||
__xfs_iflags_test  761 fs/xfs/xfs_icache.c 	    __xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM))
__xfs_iflags_test 1041 fs/xfs/xfs_icache.c 	    __xfs_iflags_test(ip, XFS_IFLOCK | XFS_IRECLAIM))
__xfs_iflags_test 1055 fs/xfs/xfs_icache.c 	if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) ||
__xfs_iflags_test 1056 fs/xfs/xfs_icache.c 	    __xfs_iflags_test(ip, XFS_IRECLAIM)) {
__xfs_iflags_test 2633 fs/xfs/xfs_inode.c 			    __xfs_iflags_test(ip, XFS_ISTALE)) {
__xfs_iflags_test 3508 fs/xfs/xfs_inode.c 		    __xfs_iflags_test(cip, XFS_ISTALE)) {
__xfs_iflags_test  149 fs/xfs/xfs_inode.h 	ret = __xfs_iflags_test(ip, flags);