PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
sysfs_file_desc_t Struct Reference

Descriptor for batch file creation. More...

#include <sysfs.h>

Collaboration diagram for sysfs_file_desc_t:

Data Fields

const char * name
 Name of the file, NULL marks end of array.
 
const vnode_ops_tvnodeOps
 Vnode operations, can be NULL.
 
const file_ops_tfileOps
 File operations, can be NULL.
 
void * data
 Private data to store in the vnode of the file.
 

Detailed Description

Descriptor for batch file creation.

Definition at line 77 of file sysfs.h.

Field Documentation

◆ name

const char* sysfs_file_desc_t::name

Name of the file, NULL marks end of array.

Definition at line 79 of file sysfs.h.

◆ vnodeOps

const vnode_ops_t* sysfs_file_desc_t::vnodeOps

Vnode operations, can be NULL.

Definition at line 80 of file sysfs.h.

◆ fileOps

const file_ops_t* sysfs_file_desc_t::fileOps

File operations, can be NULL.

Definition at line 81 of file sysfs.h.

◆ data

void* sysfs_file_desc_t::data

Private data to store in the vnode of the file.

Definition at line 82 of file sysfs.h.


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