Searched refs:MOUNT_ATTR_IDMAP (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/filesystems/ |
| H A D | idmapped_tmpfile.c | 30 #ifndef MOUNT_ATTR_IDMAP 31 #define MOUNT_ATTR_IDMAP 0x00100000 macro 53 .attr_set = MOUNT_ATTR_IDMAP, in idmapped_clone()
|
| /linux/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 130 #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/tools/include/uapi/linux/ |
| H A D | mount.h | 127 #define MOUNT_ATTR_IDMAP 0x00100000 /* Idmap mount to @userns_fd in struct mount_attr. */ 125 #define MOUNT_ATTR_IDMAP global() macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 127 #define MOUNT_ATTR_IDMAP 0x00100000 /* Idmap mount to @userns_fd in struct mount_attr. */ macro
|
| /linux/samples/vfs/ |
| H A D | mountinfo.c | 98 if (flags & MOUNT_ATTR_IDMAP) in show_mnt_attrs()
|
| /linux/fs/ |
| H A D | namespace.c | 4413 #define MOUNT_SETATTR_VALID_FLAGS (FSMOUNT_VALID_FLAGS | MOUNT_ATTR_IDMAP) 5000 if (!((attr->attr_set | attr->attr_clr) & MOUNT_ATTR_IDMAP)) in build_mount_idmapped() 5003 if (attr->attr_clr & MOUNT_ATTR_IDMAP) { in build_mount_idmapped() 5015 if (!(attr->attr_set & MOUNT_ATTR_IDMAP)) { in build_mount_idmapped() 5284 attr_flags |= MOUNT_ATTR_IDMAP; in mnt_to_attr_flags()
|
| /linux/Documentation/filesystems/ |
| H A D | overlayfs.rst | 353 idmapping to it with mount_setattr(2) and MOUNT_ATTR_IDMAP, just like for
|