Lines Matching defs:parent
259 * First make sure nothing is propagated back into the parent
262 * Then bind mount parent onto a stable base where the user can't move
267 * it around within the parent directory as rename() will return
312 fprintf(stderr, "%s: failed to bind parent to /: %s\n",
390 const char *parent;
402 parent = copy;
406 parent = "/";
409 parent = "/";
412 res = chdir(parent);
415 progname, parent, strerror(errno));
424 if (strcmp(buf, parent) != 0) {
426 parent, buf);
1269 /* The parent fuse process has died: decide whether to auto_unmount.
1489 /* Become a daemon and wait for the parent to exit or die.