Linux Kernel
3.7.1
|
#include <squashfs_fs_i.h>
Data Fields | |
u64 | start |
int | offset |
u64 | xattr |
unsigned int | xattr_size |
int | xattr_count |
union { | |
struct { | |
u64 fragment_block | |
int fragment_size | |
int fragment_offset | |
u64 block_list_start | |
} | |
struct { | |
u64 dir_idx_start | |
int dir_idx_offset | |
int dir_idx_cnt | |
int parent | |
} | |
}; | |
struct inode | vfs_inode |
Definition at line 26 of file squashfs_fs_i.h.
union { ... } |
u64 block_list_start |
Definition at line 37 of file squashfs_fs_i.h.
int dir_idx_cnt |
Definition at line 42 of file squashfs_fs_i.h.
int dir_idx_offset |
Definition at line 41 of file squashfs_fs_i.h.
u64 dir_idx_start |
Definition at line 40 of file squashfs_fs_i.h.
u64 fragment_block |
Definition at line 34 of file squashfs_fs_i.h.
int fragment_offset |
Definition at line 36 of file squashfs_fs_i.h.
int fragment_size |
Definition at line 35 of file squashfs_fs_i.h.
Definition at line 28 of file squashfs_fs_i.h.
int parent |
Definition at line 43 of file squashfs_fs_i.h.
u64 start |
Definition at line 27 of file squashfs_fs_i.h.
Definition at line 46 of file squashfs_fs_i.h.
Definition at line 29 of file squashfs_fs_i.h.
int xattr_count |
Definition at line 31 of file squashfs_fs_i.h.
unsigned int xattr_size |
Definition at line 30 of file squashfs_fs_i.h.