Searched defs:oflag (Results 1 - 1 of 1) sorted by path

/ipc/
H A Dmqueue.c732 struct path *path, int oflag, umode_t mode,
761 return dentry_open(path, oflag, cred);
765 static struct file *do_open(struct path *path, int oflag) argument
770 if ((oflag & O_ACCMODE) == (O_RDWR | O_WRONLY))
772 acc = oflag2acc[oflag & O_ACCMODE];
775 return dentry_open(path, oflag, current_cred());
778 SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode,
794 audit_mq_open(oflag, mode, u_attr ? &attr : NULL);
813 if (oflag & O_CREAT) {
816 if (oflag
731 do_create(struct ipc_namespace *ipc_ns, struct inode *dir, struct path *path, int oflag, umode_t mode, struct mq_attr *attr) argument
[all...]

Completed in 19 milliseconds