Home
last modified time | relevance | path

Searched refs:frag_bytes (Results 1 – 8 of 8) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dread_fs.c243 int frag_bytes, blocks, i; in scan_inode_table() local
253 frag_bytes = inode.fragment == SQUASHFS_INVALID_FRAG ? in scan_inode_table()
291 inode.offset, frag_bytes); in scan_inode_table()
298 int frag_bytes, blocks, i; in scan_inode_table() local
308 frag_bytes = inode.fragment == SQUASHFS_INVALID_FRAG ? in scan_inode_table()
347 inode.offset, frag_bytes); in scan_inode_table()
Dunsquash-3.c193 i.frag_bytes = inode->fragment == SQUASHFS_INVALID_FRAG in read_inode_3()
218 i.frag_bytes = inode->fragment == SQUASHFS_INVALID_FRAG in read_inode_3()
Dunsquash-4.c149 i.frag_bytes = inode->fragment == SQUASHFS_INVALID_FRAG in read_inode_4()
169 i.frag_bytes = inode->fragment == SQUASHFS_INVALID_FRAG in read_inode_4()
Dunsquashfs.h90 int frag_bytes; member
Dunsquash-2.c209 i.frag_bytes = inode->fragment == SQUASHFS_INVALID_FRAG in read_inode_2()
Dunsquash-1.c147 i.frag_bytes = 0; in read_inode_1()
Dmksquashfs.c1812 unsigned int frag_bytes = SQUASHFS_FRAGMENT_BYTES(fragments); in write_fragment_table() local
1816 frag_bytes); in write_fragment_table()
1824 return generic_write_table(frag_bytes, fragment_table, 0, NULL, noF); in write_fragment_table()
2067 int frag_bytes = file_buffer ? file_buffer->size : 0; in duplicate() local
2073 && frag_bytes == dupl_ptr->fragment->size) { in duplicate()
2153 if(frag_bytes == 0 || in duplicate()
2157 frag_bytes) == 0) { in duplicate()
2166 frag_bytes, in duplicate()
Dunsquashfs.c975 file->blocks = inode->blocks + (inode->frag_bytes > 0); in queue_file()
1048 if(inode->frag_bytes) { in write_file()
1058 block->size = inode->frag_bytes; in write_file()