Home
last modified time | relevance | path

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

/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dsquashfs_fs.h102 duplicate_checking, exportable, no_xattr, comp_opt) (noi | \ argument
104 (always_frag << 5) | (duplicate_checking << 6) | \
H A Dmksquashfs.c110 int duplicate_checking = TRUE; variable
1934 if(!duplicate_checking || file_size == 0) in add_file()
2627 if(duplicate_checking) in write_file_frag()
2645 if(!duplicate_checking) in write_file_frag()
2700 if(duplicate_checking) in write_file_process()
2711 if(duplicate_checking == FALSE) { in write_file_process()
2944 if(duplicate_checking) in write_file_blocks()
2966 if(duplicate_checking == FALSE) { in write_file_blocks()
5175 printf("\tduplicates are %sremoved\n", duplicate_checking ? "" : in write_filesystem_tables()
5198 if(duplicate_checking) in write_filesystem_tables()
[all …]
/aosp_15_r20/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h104 duplicate_checking) (noi | (nod << 1) | (check_data << 2) \ argument
106 (duplicate_checking << 6))