Home
last modified time | relevance | path

Searched refs:RemountIdmapFlags (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dmount-util.h115 typedef enum RemountIdmapFlags { enum
124 } RemountIdmapFlags; typedef
126 int remount_idmap(const char *p, uid_t uid_shift, uid_t uid_range, RemountIdmapFlags flags);
Dmount-util.c1053 static int make_userns(uid_t uid_shift, uid_t uid_range, RemountIdmapFlags flags) { in make_userns()
1091 RemountIdmapFlags flags) { in remount_idmap()