O_EXLOCK          955 compat/sunos/sunos_ioctl.c 	{ SUN_EXLOCK, O_EXLOCK },
O_EXLOCK          690 compat/sunos/sunos_misc.c 	r |=	((l & 0x0100) ? O_EXLOCK : 0);
O_EXLOCK          108 compat/svr4/svr4_fcntl.c 	r |= (l & SVR4_O_PRIV) ? O_EXLOCK : 0;
O_EXLOCK          135 compat/svr4/svr4_fcntl.c 	r |= (l & O_EXLOCK) ? SVR4_O_PRIV : 0;
O_EXLOCK          176 compat/ultrix/ultrix_pathname.c 	r |=	((l & 0x0100) ? O_EXLOCK : 0);
O_EXLOCK          846 kern/vfs_syscalls.c 	if ((flags & O_TRUNC) && (flags & (O_EXLOCK | O_SHLOCK))) {
O_EXLOCK          871 kern/vfs_syscalls.c 	if (flags & (O_EXLOCK | O_SHLOCK)) {
O_EXLOCK          875 kern/vfs_syscalls.c 		if (flags & O_EXLOCK)
O_EXLOCK         1049 kern/vfs_syscalls.c 	if (flags & (O_EXLOCK | O_SHLOCK)) {
O_EXLOCK         1053 kern/vfs_syscalls.c 		if (flags & O_EXLOCK)