Lines Matching refs:user
187 const char *user = NULL;
193 user = get_user_name();
194 if (user == NULL)
213 char *p = strstr(entp->mnt_opts, "user=");
216 strcmp(p + 5, user) == 0) {
250 * mountpoint and not a symlink. This is necessary otherwise the user
262 * Then bind mount parent onto a stable base where the user can't move
266 * mountpoint. If it's found then we are OK, and the user can't move
706 const char *user = get_user_name();
707 if (user == NULL)
710 if (add_option(mnt_optsp, "user=", strlen(user)) == -1)
712 strcat(*mnt_optsp, user);
979 fprintf(stderr, "%s: mountpoint %s not owned by user\n",
986 fprintf(stderr, "%s: user has no write access to mountpoint %s\n",