Home
last modified time | relevance | path

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

/Linux-v6.6/fs/udf/
Ddirectory.c344 static uint16_t udf_crc_fi_bufs(void *buf1, int len1, void *buf2, int len2, in udf_crc_fi_bufs() function
392 crc = udf_crc_fi_bufs(buf1, len1, buf2, len2, crcoff, crclen); in udf_copy_fi_to_bufs()