Home
last modified time | relevance | path

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

/linux/include/linux/
A Dstatfs.h33 #define ST_NODEV 0x0004 /* disallow access to device special files */ macro
/linux/tools/testing/selftests/mount/
A Dunprivileged-remount-test.c126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()
136 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
/linux/tools/usb/usbip/libsrc/
A Dusbip_common.h53 #define ST_NODEV 0x04 macro
A Dusbip_common.c79 { ST_NODEV, "Device not found" },
/linux/fs/
A Dstatfs.c23 flags |= ST_NODEV; in flags_by_mnt()
/linux/tools/usb/usbip/src/
A Dusbipd.c129 status = ST_NODEV; in recv_request_import()
/linux/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c256 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | ST_NOEXEC | in read_mnt_flags()
266 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
/linux/drivers/scsi/aacraid/
A Daacraid.h1794 #define ST_NODEV 19 macro

Completed in 28 milliseconds