RTEMS CPU Kit with SuperCore
Data Fields
_rtems_rfs_inode_handle Struct Reference

RFS Inode Handle. More...

#include <rtems-rfs-inode.h>

Collaboration diagram for _rtems_rfs_inode_handle:
Collaboration graph
[legend]

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_inodenode
 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.
 

Detailed Description

RFS Inode Handle.


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