HomeSort by relevance Sort by last modified time
    Searched defs:frag_bytes (Results 1 - 3 of 3) sorted by null

  /external/squashfs-tools/squashfs-tools/
read_fs.c 243 int frag_bytes, blocks, i; local
253 frag_bytes = inode.fragment == SQUASHFS_INVALID_FRAG ?
291 inode.offset, frag_bytes);
298 int frag_bytes, blocks, i; local
308 frag_bytes = inode.fragment == SQUASHFS_INVALID_FRAG ?
347 inode.offset, frag_bytes);
unsquashfs.h 90 int frag_bytes; member in struct:inode
mksquashfs.c 1772 unsigned int frag_bytes = SQUASHFS_FRAGMENT_BYTES(fragments); local
2027 int frag_bytes = file_buffer ? file_buffer->size : 0; local
    [all...]

Completed in 169 milliseconds