Home
last modified time | relevance | path

Searched refs:st_flags (Results 1 – 2 of 2) sorted by relevance

/linux/arch/alpha/include/uapi/asm/
H A Dstat.h19 unsigned int st_flags; member
/linux/drivers/scsi/
H A Dst.c1073 unsigned short st_flags = filp->f_flags; in check_tape() local
1231 ((st_flags & O_ACCMODE) == O_WRONLY || in check_tape()
1232 (st_flags & O_ACCMODE) == O_RDWR)) { in check_tape()