Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/include/asm/
Dstat.h18 unsigned int st_flags; member
/linux-3.4.99/drivers/scsi/
Dst.c979 unsigned short st_flags = filp->f_flags; in check_tape() local
1137 ((st_flags & O_ACCMODE) == O_WRONLY || in check_tape()
1138 (st_flags & O_ACCMODE) == O_RDWR)) { in check_tape()