Home
last modified time | relevance | path

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

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h181 #ifndef MOUNT_ATTR_NODEV
182 #define MOUNT_ATTR_NODEV 0x00000004 /* Disallow access to device special files */ macro
H A Dmountinfo.c77 if (flags & MOUNT_ATTR_NODEV) in show_mnt_attrs()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h118 #define MOUNT_ATTR_NODEV 0x00000004 /* Disallow access to device special files */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h118 #define MOUNT_ATTR_NODEV 0x00000004 /* Disallow access to device special files */ macro
/linux-6.15/fs/
H A Dnamespace.c4444 (MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID | MOUNT_ATTR_NODEV | \
4461 if (attr_flags & MOUNT_ATTR_NODEV) in attr_flags_to_mnt_flags()
5354 attr_flags |= MOUNT_ATTR_NODEV; in mnt_to_attr_flags()