Searched defs:oflag (Results 1 – 6 of 6) sorted by relevance
/linux/arch/mips/include/asm/ |
A D | termios.h | 32 unsigned short iflag, oflag, cflag, lflag; in user_termio_to_kernel_termios() local
|
/linux/ipc/ |
A D | mqueue.c | 854 static int prepare_open(struct dentry *dentry, int oflag, int ro, in prepare_open() 881 static int do_mq_open(const char __user *u_name, int oflag, umode_t mode, in do_mq_open() 930 SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode, in SYSCALL_DEFINE4() argument 1552 int, oflag, compat_mode_t, mode, in COMPAT_SYSCALL_DEFINE4() argument
|
/linux/include/linux/ |
A D | audit.h | 474 static inline void audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr) in audit_mq_open() 659 static inline void audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr) in audit_mq_open()
|
/linux/kernel/ |
A D | audit.h | 185 int oflag; member
|
A D | auditsc.c | 2498 void __audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr) in __audit_mq_open()
|
/linux/fs/nfsd/ |
A D | nfs4state.c | 555 __nfs4_get_fd(struct nfs4_file *f, int oflag) in __nfs4_get_fd() 722 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag) in __nfs4_file_put_access() 4926 int oflag = nfs4_access_to_omode(open->op_share_access); in nfs4_get_vfs_file() local
|
Completed in 28 milliseconds