Searched refs:file_checksum (Results 1 – 3 of 3) sorted by relevance
199 #define file_checksum dentry.file.checksum macro
629 if (checksum != le16_to_cpu(dentry->file_checksum)) { in check_inode()631 dentry->file_checksum = cpu_to_le16(checksum); in check_inode()828 if (checksum != le16_to_cpu(file_de->file_checksum)) { in read_file_dentry_set()
994 uint8_t file_checksum[20]; in mov_read_adrm() local1018 avio_read(pb, file_checksum, 20); in mov_read_adrm()1022 av_log(c->fc, AV_LOG_INFO, "%02x", file_checksum[i]); in mov_read_adrm()1058 if (memcmp(calculated_checksum, file_checksum, 20)) { // critical error in mov_read_adrm()