Searched defs:root_device_rw (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn.c1766 char **root_device, bool *root_device_rw,
2078 *root_device_rw = root_rw;
2084 *root_device_rw = secondary_root_rw;
2104 *root_device_rw = generic_rw;
2198 const char *root_device, bool root_device_rw,
2206 r = mount_device(root_device, arg_directory, NULL, root_device_rw);
2660 const char *root_device, bool root_device_rw,
2717 root_device, root_device_rw,
3083 bool root_device_rw = true, home_device_rw = true, srv_device_rw = true; local
3261 &root_device, &root_device_rw,
1764 dissect_image( int fd, char **root_device, bool *root_device_rw, char **home_device, bool *home_device_rw, char **srv_device, bool *srv_device_rw, bool *secondary) argument
2196 mount_devices( const char *where, const char *root_device, bool root_device_rw, const char *home_device, bool home_device_rw, const char *srv_device, bool srv_device_rw) argument
2656 outer_child( Barrier *barrier, const char *directory, const char *console, const char *root_device, bool root_device_rw, const char *home_device, bool home_device_rw, const char *srv_device, bool srv_device_rw, bool interactive, bool secondary, int pid_socket, int kmsg_socket, int rtnl_socket, int uid_shift_socket, FDSet *fds) argument
[all...]

Completed in 1253 milliseconds