PatchworkOS  dbbdc99
A non-POSIX operating system.
Loading...
Searching...
No Matches
procfs_entry_t Struct Reference
Collaboration diagram for procfs_entry_t:

Data Fields

const char * name
 
vtype_t type
 
const vnode_ops_tvnodeOps
 
const file_ops_tfileOps
 
const dentry_ops_tdentryOps
 

Detailed Description

Definition at line 957 of file procfs.c.

Field Documentation

◆ name

const char* procfs_entry_t::name

Definition at line 959 of file procfs.c.

◆ type

vtype_t procfs_entry_t::type

Definition at line 960 of file procfs.c.

◆ vnodeOps

const vnode_ops_t* procfs_entry_t::vnodeOps

Definition at line 961 of file procfs.c.

◆ fileOps

const file_ops_t* procfs_entry_t::fileOps

Definition at line 962 of file procfs.c.

◆ dentryOps

const dentry_ops_t* procfs_entry_t::dentryOps

Definition at line 963 of file procfs.c.


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