Searched refs:frag_bytes (Results 1 – 8 of 8) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 243 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()
|
D | unsquashfs.h | 90 int frag_bytes; member
|
D | unsquash-4.c | 149 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()
|
D | unsquash-3.c | 193 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()
|
D | unsquash-2.c | 209 i.frag_bytes = inode->fragment == SQUASHFS_INVALID_FRAG in read_inode_2()
|
D | unsquash-1.c | 147 i.frag_bytes = 0; in read_inode_1()
|
D | mksquashfs.c | 1772 unsigned int frag_bytes = SQUASHFS_FRAGMENT_BYTES(fragments); in write_fragment_table() local 1776 frag_bytes); in write_fragment_table() 1784 return generic_write_table(frag_bytes, fragment_table, 0, NULL, noF); in write_fragment_table() 2027 int frag_bytes = file_buffer ? file_buffer->size : 0; in duplicate() local 2033 && frag_bytes == dupl_ptr->fragment->size) { in duplicate() 2113 if(frag_bytes == 0 || in duplicate() 2117 frag_bytes) == 0) { in duplicate() 2126 frag_bytes, in duplicate()
|
D | unsquashfs.c | 975 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()
|