Searched refs:noF (Results 1 – 5 of 5) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.h | 76 char noF; member
|
D | mksquashfs.c | 110 int noF = FALSE; variable 1825 return generic_write_table(frag_bytes, fragment_table, 0, NULL, noF); in write_fragment_table() 2194 if(inode->noF != noF) in is_fragment() 2568 file_buffer->size, block_size, noF, 1); in frag_deflator() 3156 inode->noF = noF; in lookup_inode3() 5171 "compressed", no_fragments ? "no" : noF ? "uncompressed" : in write_filesystem_tables() 5970 noF = TRUE; in main() 6426 noF = SQUASHFS_UNCOMPRESSED_FRAGMENTS(sBlk.flags); in main() 6621 sBlk.flags = SQUASHFS_MKFLAGS(noI, noD, noF, noX, no_fragments, in main()
|
D | action.c | 1034 inode->noD = inode->noF = 0; in comp_action() 1041 inode->noD = inode->noF = 1; in uncomp_action()
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-2.0 | 54 -noF or -noFragmentCompression
|
/external/squashfs-tools/ |
D | RELEASE-README | 118 -noF do not compress fragment blocks 168 -noFragmentCompression alternative name for -noF 362 The -noI, -noD and -noF options (also -noInodeCompression, -noDataCompression
|