Lines Matching refs:mntPoint
432 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()
547 ret = unmount_volume(device, mntPoint); in fssh_fuse_session()
571 const char* mntPoint; member
592 } else if (!config->mntPoint) in process_options()
593 config->mntPoint = arg; in process_options()
628 if (!config.mntPoint) in main()
644 return fssh_fuse_session(config.device, config.mntPoint, fsName, fuseArgs); in main()