Home
last modified time | relevance | path

Searched refs:ST_NODEV (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dstatfs.h31 #define ST_NODEV 0x0004 /* disallow access to device special files */ macro
/linux-4.1.27/tools/testing/selftests/mount/
Dunprivileged-remount-test.c125 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()
135 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
/linux-4.1.27/fs/
Dstatfs.c21 flags |= ST_NODEV; in flags_by_mnt()
/linux-4.1.27/drivers/scsi/aacraid/
Daacraid.h1338 #define ST_NODEV 19 macro