ReactOS 0.4.15-dev-7846-g8ba6c66
file_hash Struct Reference

#include <mkisofs.h>

Collaboration diagram for file_hash:

Public Attributes

struct file_hashnext
 
ino_t inode
 
dev_t dev
 
nlink_t nlink
 
unsigned int starting_block
 
off_t size
 

Detailed Description

Definition at line 156 of file mkisofs.h.

Member Data Documentation

◆ dev

dev_t file_hash::dev

Definition at line 159 of file mkisofs.h.

Referenced by add_directory_hash(), add_hash(), find_directory_hash(), and find_hash().

◆ inode

ino_t file_hash::inode

Definition at line 158 of file mkisofs.h.

Referenced by add_directory_hash(), add_hash(), find_directory_hash(), and find_hash().

◆ next

struct file_hash* file_hash::next

Definition at line 157 of file mkisofs.h.

Referenced by add_directory_hash(), add_hash(), find_directory_hash(), find_hash(), and flush_hash().

◆ nlink

nlink_t file_hash::nlink

Definition at line 160 of file mkisofs.h.

Referenced by add_directory_hash(), add_hash(), assign_linkcount(), and compute_linkcount().

◆ size

off_t file_hash::size

Definition at line 162 of file mkisofs.h.

Referenced by add_hash(), and assign_file_addresses().

◆ starting_block

unsigned int file_hash::starting_block

Definition at line 161 of file mkisofs.h.

Referenced by add_hash(), assign_file_addresses(), and assign_inodes().


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