Searched refs:fuse_mnt_umount (Results 1 – 4 of 4) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
D | mount_util.h | 13 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy);
|
D | mount_util.c | 109 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount() function 347 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount() function
|
D | fusermount.c | 686 res = fuse_mnt_umount(progname, mnt, lazy); in fusermount()
|
D | mount.c | 393 fuse_mnt_umount("fuse", mountpoint, 1); in fuse_kern_unmount()
|