libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
mountfs.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
17 
22 
23 
44 result_t trn_mountfs_mount_fs(trn_inode_t *fs, const char *name, trn_inode_t mountpoint);
45 
46 #ifdef __cplusplus
47 }
48 #endif
result_t trn_mountfs_create(trn_inode_t *out)
Create a mountfs filesystem.
result_t trn_mountfs_mount_fs(trn_inode_t *fs, const char *name, trn_inode_t mountpoint)
Mount a filesystem in the MountFS.
uint32_t result_t
Function result.
Definition: types.h:51
Definition: inode.h:17
Inode structures and functions for virtual filesystem.