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
1892 if(!duplicate_checking || file_size == 0) in add_file()
2585 if(duplicate_checking) in write_file_frag()
2603 if(!duplicate_checking) in write_file_frag()
2658 if(duplicate_checking) in write_file_process()
2669 if(duplicate_checking == FALSE) { in write_file_process()
2902 if(duplicate_checking) in write_file_blocks()
2924 if(duplicate_checking == FALSE) { in write_file_blocks()
5130 printf("\tduplicates are %sremoved\n", duplicate_checking ? "" : in write_filesystem_tables()
5153 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))