Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Df2fs.h345 size_t crc_offset = le32_to_cpu(cp->checksum_offset); in cur_cp_crc() local
346 return le32_to_cpu(*((__le32 *)((unsigned char *)cp + crc_offset))); in cur_cp_crc()
/third_party/elfutils/src/
Dstrip.c1804 off_t crc_offset = strlen (debug_basename) + 1; in handle_elf() local
1806 crc_offset = ((crc_offset - 1) & ~3) + 4; in handle_elf()
1810 = crc_offset + 4; in handle_elf()
1820 + crc_offset); in handle_elf()
/third_party/f2fs-tools/include/
Df2fs_fs.h1656 size_t crc_offset = get_cp(checksum_offset); in get_cp_crc() local
1658 crc_offset)); in get_cp_crc()