Home
last modified time | relevance | path

Searched refs:mntPoint (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dfuse.cpp432 mount_volume(const char* device, const char* mntPoint, const char* fsName) in mount_volume() argument
456 mntPoint); in mount_volume()
464 unmount_volume(const char* device, const char* mntPoint) in unmount_volume() argument
481 syslog(LOG_INFO, "UnMounted %s from %s", device, mntPoint); in unmount_volume()
488 fssh_fuse_session(const char* device, const char* mntPoint, const char* fsName, in fssh_fuse_session() argument
493 ret = mount_volume(device, mntPoint, fsName); in fssh_fuse_session()
507 unmount_volume(device, mntPoint); in fssh_fuse_session()
525 unmount_volume(device, mntPoint); in fssh_fuse_session()
532 unmount_volume(device, mntPoint); in fssh_fuse_session()
539 unmount_volume(device, mntPoint); in fssh_fuse_session()
[all …]