O_NOCTTY         2075 drivers/tty/tty_io.c 	noctty = (filp->f_flags & O_NOCTTY) ||
O_NOCTTY          173 fs/9p/vfs_inode_dotl.c 		{ O_NOCTTY,	P9_DOTL_NOCTTY },
O_NOCTTY          462 fs/fuse/dir.c  	flags &= ~O_NOCTTY;
O_NOCTTY           41 fs/fuse/file.c 	inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY);
O_NOCTTY          335 fs/nfs/nfstrace.h TRACE_DEFINE_ENUM(O_NOCTTY);
O_NOCTTY          353 fs/nfs/nfstrace.h 		{ O_NOCTTY, "O_NOCTTY" }, \
O_NOCTTY          812 fs/open.c      	f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
O_NOCTTY          126 fs/overlayfs/file.c 	file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
O_NOCTTY            9 include/linux/fcntl.h 	(O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
O_NOCTTY           29 include/uapi/asm-generic/fcntl.h #ifndef O_NOCTTY
O_NOCTTY          429 security/integrity/ima/ima_crypto.c 				O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL);
O_NOCTTY           28 tools/include/uapi/asm-generic/fcntl.h #ifndef O_NOCTTY
O_NOCTTY          105 tools/testing/selftests/filesystems/devpts_pts.c 	master = open(ptmx, O_RDWR | O_NOCTTY | O_CLOEXEC);
O_NOCTTY          123 tools/testing/selftests/filesystems/devpts_pts.c 	slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC);