Searched refs:accmode (Results 1 – 1 of 1) sorted by relevance
700 unsigned short accmode; in ur_open() local703 accmode = file->f_flags & O_ACCMODE; in ur_open()705 if (accmode == O_RDWR) in ur_open()737 if (((accmode == O_RDONLY) && (urd->class != DEV_CLASS_UR_I)) || in ur_open()738 ((accmode == O_WRONLY) && (urd->class != DEV_CLASS_UR_O))) { in ur_open()