Go to the source code of this file.
|
| int | mount (const char *source, const char *target, const vk_fs_op_t *filesystem, unsigned long mountflags, const void *data) |
| |
| int | umount (const char *target) |
| |
| int | umount2 (const char *target, int flags) |
| |
◆ mount
◆ umount
◆ __NR_mount
◆ __NR_umount
◆ __NR_umount2
◆ vsf_linux_fsdata_auto_t
| typedef struct vsf_linux_fsdata_auto_t vsf_linux_fsdata_auto_t |
◆ vsf_linux_sys_mount_vplt_t
| typedef struct vsf_linux_sys_mount_vplt_t vsf_linux_sys_mount_vplt_t |
◆ mount()
| int mount |
( |
const char * | source, |
|
|
const char * | target, |
|
|
const vk_fs_op_t * | filesystem, |
|
|
unsigned long | mountflags, |
|
|
const void * | data ) |
◆ umount()
| int umount |
( |
const char * | target | ) |
|
◆ umount2()
| int umount2 |
( |
const char * | target, |
|
|
int | flags ) |
◆ vsf_linux_sys_mount_vplt