Searched refs:OFLAGS (Results 1 – 5 of 5) sorted by relevance
113 #define OFLAGS \ in setup() macro115 out.fd = open(out.name, O_RDWR | OFLAGS, DEFFILEMODE); in setup()122 out.fd = open(out.name, O_WRONLY | OFLAGS, DEFFILEMODE); in setup()
116 #define OFLAGS(fflags) (((fflags) & ~O_ACCMODE) | (((fflags) - 1) & O_ACCMODE)) macro
468 *retval = OFLAGS(fp->f_flag); in sys_fcntl()
283 flags = OFLAGS(ap->a_mode) & ~(O_CREAT|O_EXCL|O_TRUNC); in fusefs_open()
996 if ((OFLAGS(flags) & O_ACCMODE) != O_WRONLY) in maestro_open()