miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
fs_types.h File Reference
#include <miniOS/types.h>
Include dependency graph for fs_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vfs_mount_data_t

Typedefs

typedef int(* vfs_dirent_cb_t) (const char *name, uint8_t name_len, uint32_t inode, uint8_t file_type, void *ud)

Typedef Documentation

◆ vfs_dirent_cb_t

typedef int(* vfs_dirent_cb_t) (const char *name, uint8_t name_len, uint32_t inode, uint8_t file_type, void *ud)