PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
path_walk_ctx_t Struct Reference
Collaboration diagram for path_walk_ctx_t:

Data Fields

const pathname_tpathname
 
namespace_tns
 
mode_t mode
 
mount_tmount
 
dentry_tdentry
 
uint64_t symlinks
 
dentry_tlookup
 

Detailed Description

Definition at line 288 of file path.c.

Field Documentation

◆ pathname

const pathname_t* path_walk_ctx_t::pathname

Definition at line 290 of file path.c.

◆ ns

namespace_t* path_walk_ctx_t::ns

Definition at line 291 of file path.c.

◆ mode

mode_t path_walk_ctx_t::mode

Definition at line 292 of file path.c.

◆ mount

mount_t* path_walk_ctx_t::mount

Definition at line 293 of file path.c.

◆ dentry

dentry_t* path_walk_ctx_t::dentry

Definition at line 294 of file path.c.

◆ symlinks

uint64_t path_walk_ctx_t::symlinks

Definition at line 295 of file path.c.

◆ lookup

dentry_t* path_walk_ctx_t::lookup

Definition at line 296 of file path.c.


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