O_CREAT            22 include/uapi/asm-generic/fcntl.h #ifndef O_CREAT
O_CREAT            93 include/uapi/asm-generic/fcntl.h #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)      
O_CREAT           281 scripts/dtc/util.c 		fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);
O_CREAT           912 scripts/kconfig/confdata.c 		fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
O_CREAT           932 scripts/kconfig/confdata.c 			fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);