ReactOS 0.4.16-dev-125-g798ea90
|
#include <mkisofs.h>
Public Attributes | |
struct file_hash * | next |
ino_t | inode |
dev_t | dev |
nlink_t | nlink |
unsigned int | starting_block |
off_t | size |
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().
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().
Definition at line 157 of file mkisofs.h.
Referenced by add_directory_hash(), add_hash(), find_directory_hash(), find_hash(), and flush_hash().
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().
off_t file_hash::size |
Definition at line 162 of file mkisofs.h.
Referenced by add_hash(), and assign_file_addresses().
Definition at line 161 of file mkisofs.h.
Referenced by add_hash(), assign_file_addresses(), and assign_inodes().