RTEMS CPU Kit with SuperCore
|
RFS Inode Handle. More...
#include <rtems-rfs-inode.h>
Data Fields | |
rtems_chain_node | link |
Handles can be linked as a list for easy processing. | |
rtems_rfs_ino | ino |
The ino for this handle. | |
rtems_rfs_inode * | node |
The pointer to the inode. | |
rtems_rfs_buffer_handle | buffer |
The buffer that contains this inode. | |
rtems_rfs_buffer_block | block |
The block number that holds the inode. | |
int | offset |
The offset into the block for the inode. | |
int | loads |
Number of load requests. | |
RFS Inode Handle.