Home
last modified time | relevance | path

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

/fs/incfs/
Dformat.c142 __le64 saved_md_offset = record->h_next_md_offset; in calc_md_crc()
148 record->h_next_md_offset = 0; in calc_md_crc()
153 record->h_next_md_offset = saved_md_offset; in calc_md_crc()
182 record->h_next_md_offset = 0; in append_md_to_backing_file()
199 offsetof(struct incfs_md_header, h_next_md_offset); in append_md_to_backing_file()
234 blockmap.m_header.h_next_md_offset = cpu_to_le64(0); in incfs_write_blockmap_to_backing_file()
281 file_attr.fa_header.h_next_md_offset = cpu_to_le64(0); in incfs_write_file_attr_to_backing_file()
323 sg.sg_header.h_next_md_offset = cpu_to_le64(0); in incfs_write_signature_to_backing_file()
610 next_record = le64_to_cpu(md_hdr->h_next_md_offset); in incfs_read_next_metadata_record()
Dformat.h141 __le64 h_next_md_offset; member