mount_attr(2type) mount_attr(2type) mount_attr - #include struct mount_attr { u64 attr_set; /* Mount properties to set */ u64 attr_clr; /* Mount properties to clear */ u64 propagation; /* Mount propagation type */ u64 userns_fd; /* User namespace file descriptor */ /* ... */ }; mount_setattr(2). : .attr_set MOUNT_ATTR_* . .attr_clr MOUNT_ATTR_* . .propagation . mount_namespaces(7). .userns_fd MOUNT_ATTR_IDMAP. . 5.12. glibc 2.36. . . mount_setattr(2) 3 . . : . 6.18 21 2025 mount_attr(2type)