Descriptor for batch file creation.
More...
#include <devfs.h>
|
| const char * | name |
| | Name of the file, NULL marks end of array.
|
| |
| const vnode_ops_t * | vnodeOps |
| | Vnode operations, can be NULL.
|
| |
| const file_ops_t * | fileOps |
| | File operations, can be NULL.
|
| |
| void * | data |
| | Private data to store in the vnode of the file.
|
| |
Descriptor for batch file creation.
Definition at line 72 of file devfs.h.
◆ 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.
◆ vnodeOps
Vnode operations, can be NULL.
Definition at line 75 of file devfs.h.
◆ fileOps
File operations, can be NULL.
Definition at line 76 of file devfs.h.
◆ data
| void* devfs_file_desc_t::data |
Private data to store in the vnode of the file.
Definition at line 77 of file devfs.h.
The documentation for this struct was generated from the following file: