PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
getdents_ctx_t Struct Reference
Collaboration diagram for getdents_ctx_t:

Data Fields

uint64_t index
 
dirent_tbuffer
 
uint64_t count
 
uint64_toffset
 
mode_t mode
 
char basePath [MAX_PATH]
 

Detailed Description

Definition at line 283 of file dentry.c.

Field Documentation

◆ index

uint64_t getdents_ctx_t::index

Definition at line 285 of file dentry.c.

◆ buffer

dirent_t* getdents_ctx_t::buffer

Definition at line 286 of file dentry.c.

◆ count

uint64_t getdents_ctx_t::count

Definition at line 287 of file dentry.c.

◆ offset

uint64_t* getdents_ctx_t::offset

Definition at line 288 of file dentry.c.

◆ mode

mode_t getdents_ctx_t::mode

Definition at line 289 of file dentry.c.

◆ basePath

char getdents_ctx_t::basePath[MAX_PATH]

Definition at line 290 of file dentry.c.


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