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) argument
456 mntPoint);
464 unmount_volume(const char* device, const char* mntPoint) argument
481 syslog(LOG_INFO, "UnMounted %s from %s", device, mntPoint);
488 fssh_fuse_session(const char* device, const char* mntPoint, const char* fsName, argument
493 ret = mount_volume(device, mntPoint, fsName);
507 unmount_volume(device, mntPoint);
525 unmount_volume(device, mntPoint);
532 unmount_volume(device, mntPoint);
539 unmount_volume(device, mntPoint);
571 const char* mntPoint; member in struct:FsConfig
[all...]

Completed in 31 milliseconds