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()
Dunsquashfs.h90 int frag_bytes; member
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()
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-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.c1772 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()
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()