Functions | |
int | mntd_mount_mount (const char *options, const char *device, const char *mntpnt) |
Mount device to mntpnt with options (with system() call at the moment). | |
int | mntd_mount_umount (const char *options, const char *path) |
Unmount device with options (with system() call at the moment). |
|
Mount device to mntpnt with options (with system() call at the moment).
Definition at line 53 of file mntd_mount.c. Referenced by mntd_volume_mount(). |
|
Unmount device with options (with system() call at the moment).
Definition at line 85 of file mntd_mount.c. Referenced by mntd_volume_umount(). |