Searched refs:st_flags (Results 1 – 1 of 1) sorted by relevance
975 unsigned short st_flags = filp->f_flags; in check_tape() local1127 ((st_flags & O_ACCMODE) == O_WRONLY || in check_tape()1128 (st_flags & O_ACCMODE) == O_RDWR)) { in check_tape()