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.c109 int duplicate_checking = TRUE; variable
1933 if(!duplicate_checking || file_size == 0) in add_file()
2626 if(duplicate_checking) in write_file_frag()
2644 if(!duplicate_checking) in write_file_frag()
2699 if(duplicate_checking) in write_file_process()
2710 if(duplicate_checking == FALSE) { in write_file_process()
2943 if(duplicate_checking) in write_file_blocks()
2965 if(duplicate_checking == FALSE) { in write_file_blocks()
5174 printf("\tduplicates are %sremoved\n", duplicate_checking ? "" : in write_filesystem_tables()
5197 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))