Home
last modified time | relevance | path

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

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