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

Data Fields

const charname
 
itype_t type
 
const inode_ops_tinodeOps
 
const file_ops_tfileOps
 
const dentry_ops_tdentryOps
 

Detailed Description

Definition at line 956 of file procfs.c.

Field Documentation

◆ name

const char* procfs_entry_t::name

Definition at line 958 of file procfs.c.

◆ type

itype_t procfs_entry_t::type

Definition at line 959 of file procfs.c.

◆ inodeOps

const inode_ops_t* procfs_entry_t::inodeOps

Definition at line 960 of file procfs.c.

◆ fileOps

const file_ops_t* procfs_entry_t::fileOps

Definition at line 961 of file procfs.c.

◆ dentryOps

const dentry_ops_t* procfs_entry_t::dentryOps

Definition at line 962 of file procfs.c.


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