Searched refs:fuse_mnt_umount (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
H A 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
|
H A D | fusermount.c | 686 res = fuse_mnt_umount(progname, mnt, lazy); in fusermount()
|
H A D | mount.c | 393 fuse_mnt_umount("fuse", mountpoint, 1); in fuse_kern_unmount()
|
/third_party/libfuse/lib/ |
H A D | mount_util.c | 204 int fuse_mnt_umount(const char *progname, const char *abs_mnt, in fuse_mnt_umount() function
|
H A D | mount.c | 290 fuse_mnt_umount("fuse", mountpoint, mountpoint, 1); in fuse_kern_unmount()
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 531 return fuse_mnt_umount(progname, mnt, mnt, lazy); in unmount_fuse()
|
Completed in 7 milliseconds