libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
|
Contains on-disk data structures for the directory table and declarations for the sqfs_dir_writer_t. More...
#include "sqfs/predef.h"
Go to the source code of this file.
Data Structures | |
struct | sqfs_dir_header_t |
On-disk data structure of a directory header. More... | |
struct | sqfs_dir_entry_t |
On-disk data structure of a directory entry. Many of these follow a single sqfs_dir_header_t. More... | |
struct | sqfs_dir_index_t |
On-disk data structure of a directory index. A series of those can follow an sqfs_inode_dir_ext_t. More... | |
Macros | |
#define | SQFS_MAX_DIR_ENT 256 |
Contains on-disk data structures for the directory table and declarations for the sqfs_dir_writer_t.
Definition in file dir.h.