My Kernel v0.1.0
tar_node Struct Reference

Represents a file (or dir, etc ...) inside a TAR archive's file tree.

Data Fields

struct tar_header header
 The TAR header corresponding to this file.
 
char name [NAME_MAX]
 The name of this file.
 
tree_node_t this
 This file's intrusive node used by the tree.
 
vnode_tvnode
 The vnode corresponding to this file (if referenced)
 
size_t size
 The file's size.
 
off_t offset
 File offset into the block device (including header)
 

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