VSF Documented
|
Go to the source code of this file.
Data Structures | |
struct | vsf_linux_fsdata_auto_t |
struct | vsf_linux_sys_mount_vplt_t |
Macros | |
#define | mount VSF_LINUX_WRAPPER(mount) |
#define | umount VSF_LINUX_WRAPPER(umount) |
#define | __NR_mount mount |
#define | __NR_umount umount |
#define | __NR_umount2 umount2 |
Typedefs | |
typedef struct vsf_linux_fsdata_auto_t | vsf_linux_fsdata_auto_t |
typedef struct vsf_linux_sys_mount_vplt_t | vsf_linux_sys_mount_vplt_t |
Functions | |
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) |
Variables | |
__VSF_VPLT_DECORATOR__ vsf_linux_sys_mount_vplt_t | vsf_linux_sys_mount_vplt |
#define mount VSF_LINUX_WRAPPER(mount) |
#define umount VSF_LINUX_WRAPPER(umount) |
#define __NR_mount mount |
#define __NR_umount umount |
#define __NR_umount2 umount2 |
typedef struct vsf_linux_fsdata_auto_t vsf_linux_fsdata_auto_t |
typedef struct vsf_linux_sys_mount_vplt_t vsf_linux_sys_mount_vplt_t |
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 | ||
) |
|
extern |