Lines Matching refs:mnt_opts
92 unescape(entp->mnt_opts); in GETMNTENT()
213 char *p = strstr(entp->mnt_opts, "user="); in may_unmount()
215 (p == entp->mnt_opts || *(p-1) == ',') && in may_unmount()
223 strstr(entp->mnt_opts, "user_id=")) && in may_unmount()
224 (p == entp->mnt_opts || in may_unmount()
776 char *mnt_opts = NULL; in do_mount() local
869 res = get_mnt_opts(flags, optbuf, &mnt_opts); in do_mount()
926 *mnt_optsp = mnt_opts; in do_mount()
937 free(mnt_opts); in do_mount()
1134 char *mnt_opts = NULL; in mount_fuse() local
1157 fd, opts, dev, &source, &mnt_opts); in mount_fuse()
1172 res = add_mount(source, mnt, *type, mnt_opts); in mount_fuse()
1181 free(mnt_opts); in mount_fuse()