Home
last modified time | relevance | path

Searched refs:duplicate_checking (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dsquashfs_fs.h102 duplicate_checking, exportable, no_xattr, comp_opt) (noi | \ argument
104 (always_frag << 5) | (duplicate_checking << 6) | \
Dmksquashfs.c108 int duplicate_checking = TRUE; variable
1932 if(!duplicate_checking || file_size == 0) in add_file()
2625 if(duplicate_checking) in write_file_frag()
2643 if(!duplicate_checking) in write_file_frag()
2698 if(duplicate_checking) in write_file_process()
2709 if(duplicate_checking == FALSE) { in write_file_process()
2942 if(duplicate_checking) in write_file_blocks()
2964 if(duplicate_checking == FALSE) { in write_file_blocks()
5173 printf("\tduplicates are %sremoved\n", duplicate_checking ? "" : in write_filesystem_tables()
5196 if(duplicate_checking) in write_filesystem_tables()
[all …]
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h104 duplicate_checking) (noi | (nod << 1) | (check_data << 2) \ argument
106 (duplicate_checking << 6))