Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
fs_operations Struct Reference

#include <filesystem.h>

Data Fields

int(* lookup )(struct fs_instance *instance, char *path, dentry_ptr parent, dentry_ptr *out)
 

Detailed Description

Definition at line 17 of file filesystem.h.

Field Documentation

◆ lookup

int(* fs_operations::lookup) (struct fs_instance *instance, char *path, dentry_ptr parent, dentry_ptr *out)

Definition at line 18 of file filesystem.h.


The documentation for this struct was generated from the following file: