|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <filesystem.h>
Data Fields | |
| int(* | lookup )(struct fs_instance *instance, char *path, dentry_ptr parent, dentry_ptr *out) |
Definition at line 17 of file filesystem.h.
| int(* fs_operations::lookup) (struct fs_instance *instance, char *path, dentry_ptr parent, dentry_ptr *out) |
Definition at line 18 of file filesystem.h.