Home
last modified time | relevance | path

Searched refs:MOUNT_ATTR_IDMAP (Results 1 – 7 of 7) sorted by relevance

/linux/samples/vfs/
H A Dsamples-vfs.h209 #ifndef MOUNT_ATTR_IDMAP
210 #define MOUNT_ATTR_IDMAP 0x00100000 /* Idmap mount to @userns_fd in struct mount_attr. */ macro
H A Dmountinfo.c98 if (flags & MOUNT_ATTR_IDMAP) in show_mnt_attrs()
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c130 #ifndef MOUNT_ATTR_IDMAP
131 #define MOUNT_ATTR_IDMAP 0x00100000 macro
1066 .attr_set = MOUNT_ATTR_IDMAP, in TEST_F()
1084 .attr_set = MOUNT_ATTR_IDMAP, in TEST_F()
1103 .attr_set = MOUNT_ATTR_IDMAP, in TEST_F()
1126 .attr_set = MOUNT_ATTR_IDMAP, in TEST_F()
1235 .attr_set = MOUNT_ATTR_IDMAP, in TEST_F()
1271 .attr_set = MOUNT_ATTR_IDMAP, in TEST_F()
1307 .attr_set = MOUNT_ATTR_IDMAP, in TEST_F()
1337 .attr_set = MOUNT_ATTR_IDMAP, in TEST_F()
[all …]
/linux/include/uapi/linux/
H A Dmount.h125 #define MOUNT_ATTR_IDMAP 0x00100000 /* Idmap mount to @userns_fd in struct mount_attr. */ macro
/linux/tools/include/uapi/linux/
H A Dmount.h125 #define MOUNT_ATTR_IDMAP 0x00100000 /* Idmap mount to @userns_fd in struct mount_attr. */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h125 #define MOUNT_ATTR_IDMAP 0x00100000 /* Idmap mount to @userns_fd in struct mount_attr. */ macro
/linux/fs/
H A Dnamespace.c4363 #define MOUNT_SETATTR_VALID_FLAGS (FSMOUNT_VALID_FLAGS | MOUNT_ATTR_IDMAP)
4978 if (!((attr->attr_set | attr->attr_clr) & MOUNT_ATTR_IDMAP)) in build_mount_idmapped()
4981 if (attr->attr_clr & MOUNT_ATTR_IDMAP) { in build_mount_idmapped()
4993 if (!(attr->attr_set & MOUNT_ATTR_IDMAP)) { in build_mount_idmapped()
5270 attr_flags |= MOUNT_ATTR_IDMAP; in mnt_to_attr_flags()