Searched refs:pivot_root (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Dswitch-root.c123 /* We first try a pivot_root() so that we can umount the old
126 if (pivot_root(new_root, temporary_old_root) >= 0) {
/systemd/src/basic/
H A Dmissing.h138 static inline int pivot_root(const char *new_root, const char *put_old) { function

Completed in 317 milliseconds