Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstatfs.h33 #define ST_NODEV 0x0004 /* disallow access to device special files */ macro
/openbmc/linux/tools/testing/selftests/mount/
H 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()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dusbip_common.h53 #define ST_NODEV 0x04 macro
H A Dusbip_common.c79 { ST_NODEV, "Device not found" },
/openbmc/linux/tools/usb/usbip/src/
H A Dusbipd.c129 status = ST_NODEV; in recv_request_import()
/openbmc/linux/fs/
H A Dstatfs.c23 flags |= ST_NODEV; in flags_by_mnt()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c250 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | ST_NOEXEC | in read_mnt_flags()
260 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
/openbmc/linux/drivers/scsi/aacraid/
H A Daacraid.h1795 #define ST_NODEV 19 macro