Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dmount-util.h126 int remount_idmap(const char *p, uid_t uid_shift, uid_t uid_range, RemountIdmapFlags flags);
Dmount-util.c1087 int remount_idmap( in remount_idmap() function
Ddissect-image.c1414 r = remount_idmap(p, uid_shift, uid_range, REMOUNT_IDMAP_HOST_ROOT); in mount_partition()
/systemd-251/src/nspawn/
Dnspawn-mount.c779 r = remount_idmap(where, uid_shift, uid_range, REMOUNT_IDMAP_HOST_ROOT); in mount_bind()
Dnspawn.c3808 r = remount_idmap(directory, arg_uid_shift, arg_uid_range, REMOUNT_IDMAP_HOST_ROOT); in outer_child()