Searched defs:oflag (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | termios.h | 32 	unsigned short iflag, oflag, cflag, lflag;  in user_termio_to_kernel_termios()  local
 | 
| /Linux-v5.4/ipc/ | 
| D | mqueue.c | 771 static int prepare_open(struct dentry *dentry, int oflag, int ro,  in prepare_open()798 static int do_mq_open(const char __user *u_name, int oflag, umode_t mode,  in do_mq_open()
 847 SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode,  in SYSCALL_DEFINE4()  argument
 1461 		       int, oflag, compat_mode_t, mode,  in COMPAT_SYSCALL_DEFINE4()  argument
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | audit.h | 428 static inline void audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr)  in audit_mq_open()599 static inline void audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr)  in audit_mq_open()
 
 | 
| /Linux-v5.4/kernel/ | 
| D | audit.h | 176 			int			oflag;  member
 | 
| D | auditsc.c | 2193 void __audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr)  in __audit_mq_open()
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfs4state.c | 434 __nfs4_get_fd(struct nfs4_file *f, int oflag)  in __nfs4_get_fd()590 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag)  in __nfs4_file_put_access()
 4679 	int oflag = nfs4_access_to_omode(open->op_share_access);  in nfs4_get_vfs_file()  local
 
 |