Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstatvfs.h88 ST_NODEV = 4, /* Disallow access to device special files. */ enumerator
89 # define ST_NODEV ST_NODEV macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstatvfs.h88 ST_NODEV = 4, /* Disallow access to device special files. */ enumerator
89 # define ST_NODEV ST_NODEV macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h32 #define ST_NODEV 0x0004 /* disallow access to device special files */ macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dusbip_common.h53 #define ST_NODEV 0x04 macro
H A Dusbip_common.c79 { ST_NODEV, "Device not found" },
/OK3568_Linux_fs/kernel/fs/
H A Dstatfs.c23 flags |= ST_NODEV; in flags_by_mnt()
/OK3568_Linux_fs/kernel/tools/usb/usbip/src/
H A Dusbipd.c129 status = ST_NODEV; in recv_request_import()
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Daacraid.h1794 #define ST_NODEV 19 macro