Lines Matching defs:mnt
41 #define umount2(mnt, flags) unmount(mnt, (flags == 2) ? MNT_FORCE : 0)
448 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo,
459 if (!mnt) {
464 res = stat(mnt, &stbuf);
467 mnt, strerror(errno));
508 res = mount(source, mnt, type, mo->flags, mo->kernel_opts);
519 res = mount(source, mnt, type, mo->flags, mo->kernel_opts);
544 char *newmnt = fuse_mnt_resolve_path("fuse", mnt);
562 umount2(mnt, 2); /* lazy umount */