Home
last modified time | relevance | path

Searched refs:MOUNT_ATTR_NODEV (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dmount.h113 #define MOUNT_ATTR_NODEV 0x00000004 /* Disallow access to device special files */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmount.h113 #define MOUNT_ATTR_NODEV 0x00000004 /* Disallow access to device special files */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c3485 MOUNT_ATTR_NODEV | in SYSCALL_DEFINE3()
3495 if (attr_flags & MOUNT_ATTR_NODEV) in SYSCALL_DEFINE3()