Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dstatfs.h32 #define ST_NODEV 0x0004 /* disallow access to device special files */ macro
/Linux-v5.4/tools/testing/selftests/mount/
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-v5.4/tools/usb/usbip/libsrc/
Dusbip_common.h53 #define ST_NODEV 0x04 macro
Dusbip_common.c79 { ST_NODEV, "Device not found" },
/Linux-v5.4/fs/
Dstatfs.c23 flags |= ST_NODEV; in flags_by_mnt()
/Linux-v5.4/tools/usb/usbip/src/
Dusbipd.c129 status = ST_NODEV; in recv_request_import()
/Linux-v5.4/drivers/scsi/aacraid/
Daacraid.h1790 #define ST_NODEV 19 macro