PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
dentry_ops_t Struct Reference

Dentry operations structure. More...

#include <dentry.h>

Collaboration diagram for dentry_ops_t:

Data Fields

uint64_t(* getdents )(dentry_t *dentry, dirent_t *buffer, uint64_t count, uint64_t *offset, mode_t mode)
 
void(* cleanup )(dentry_t *entry)
 Called when the dentry is being freed.
 

Detailed Description

Dentry operations structure.

Definition at line 71 of file dentry.h.

Field Documentation

◆ getdents

uint64_t(* dentry_ops_t::getdents) (dentry_t *dentry, dirent_t *buffer, uint64_t count, uint64_t *offset, mode_t mode)

Definition at line 73 of file dentry.h.

◆ cleanup

void(* dentry_ops_t::cleanup) (dentry_t *entry)

Called when the dentry is being freed.

Definition at line 74 of file dentry.h.


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