Home
last modified time | relevance | path

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

/external/f2fs-tools/include/
Df2fs_fs.h1514 static inline __le64 get_cp_crc(struct f2fs_checkpoint *cp) in get_cp_crc() function
/external/f2fs-tools/fsck/
Dmount.c1540 *(__le64 *)nat_bits = get_cp_crc(cp); in write_nat_bits()
1587 if (*(__le64 *)nat_bits != get_cp_crc(cp) || nats_in_cursum(journal)) { in check_nat_bits()
/external/f2fs-tools/mkfs/
Df2fs_format.c1035 *(__le64 *)nat_bits = get_cp_crc(cp); in f2fs_write_check_point_pack()