CernVM-FS
2.12.0
|
Functions | |
void | SetMountpoint (const string &mountpoint) |
void | UmountOnCrash () |
void | SetMountpoint (const std::string &mountpoint) |
Variables | |
string * | mountpoint_ = NULL |
This file is part of the CernVM File System.
void auto_umount::SetMountpoint | ( | const std::string & | mountpoint | ) |
void auto_umount::SetMountpoint | ( | const string & | mountpoint | ) |
Definition at line 28 of file auto_umount.cc.
Referenced by Fini(), and Init().
void auto_umount::UmountOnCrash | ( | ) |
Definition at line 38 of file auto_umount.cc.
Referenced by Init().
string* auto_umount::mountpoint_ = NULL |
Definition at line 26 of file auto_umount.cc.
Referenced by FuseRemounter::ChangeRoot(), FuseRemounter::Check(), SetMountpoint(), and UmountOnCrash().