OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frag_bytes
(Results
1 - 8
of
8
) sorted by null
/external/squashfs-tools/squashfs-tools/
unsquashfs.h
86
int
frag_bytes
;
member in struct:inode
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
);
unsquash-3.c
193
i.
frag_bytes
= inode->fragment == SQUASHFS_INVALID_FRAG
218
i.
frag_bytes
= inode->fragment == SQUASHFS_INVALID_FRAG
unsquash-4.c
149
i.
frag_bytes
= inode->fragment == SQUASHFS_INVALID_FRAG
169
i.
frag_bytes
= inode->fragment == SQUASHFS_INVALID_FRAG
unsquash-2.c
209
i.
frag_bytes
= inode->fragment == SQUASHFS_INVALID_FRAG
unsquash-1.c
147
i.
frag_bytes
= 0;
mksquashfs.c
1667
unsigned int
frag_bytes
= SQUASHFS_FRAGMENT_BYTES(fragments);
local
1922
int
frag_bytes
= file_buffer ? file_buffer->size : 0;
local
[
all
...]
unsquashfs.c
970
file->blocks = inode->blocks + (inode->
frag_bytes
> 0);
1043
if(inode->
frag_bytes
) {
1053
block->size = inode->
frag_bytes
;
[
all
...]
Completed in 67 milliseconds