PatchworkOS  10941b4
A non-POSIX operating system.
Loading...
Searching...
No Matches
devfs_file_desc_t Struct Reference

Descriptor for batch file creation. More...

#include <devfs.h>

Collaboration diagram for devfs_file_desc_t:

Data Fields

const charname
 Name of the file, NULL marks end of array.
 
const inode_ops_tinodeOps
 Inode operations, can be NULL.
 
const file_ops_tfileOps
 File operations, can be NULL.
 
voidprivate
 Private data to store in the inode of the file.
 

Detailed Description

Descriptor for batch file creation.

Definition at line 72 of file devfs.h.

Field Documentation

◆ name

const char* devfs_file_desc_t::name

Name of the file, NULL marks end of array.

Definition at line 74 of file devfs.h.

◆ inodeOps

const inode_ops_t* devfs_file_desc_t::inodeOps

Inode operations, can be NULL.

Definition at line 75 of file devfs.h.

◆ fileOps

const file_ops_t* devfs_file_desc_t::fileOps

File operations, can be NULL.

Definition at line 76 of file devfs.h.

◆ private

void* devfs_file_desc_t::private

Private data to store in the inode of the file.

Definition at line 77 of file devfs.h.


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