Home
last modified time | relevance | path

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

/fs/incfs/
Dformat.c176 record->h_next_md_offset = 0; in append_md_to_backing_file()
192 offsetof(struct incfs_md_header, h_next_md_offset); in append_md_to_backing_file()
227 blockmap.m_header.h_next_md_offset = cpu_to_le64(0); in incfs_write_blockmap_to_backing_file()
267 sg.sg_header.h_next_md_offset = cpu_to_le64(0); in incfs_write_signature_to_backing_file()
388 .h_next_md_offset = cpu_to_le64(0), in incfs_write_verity_signature_to_backing_file()
665 next_record = le64_to_cpu(md_hdr->h_next_md_offset); in incfs_read_next_metadata_record()
Dformat.h147 __le64 h_next_md_offset; member