Lines Matching full:metadata
10 * list of metadata blocks. Each metadata block contains an offset of the next
17 * the metadata list is stored in the superblock at the beginning of the backing
33 * Metadata records
35 * incfs_blockmap - metadata record that specifies size and location
38 * incfs_file_signature - metadata record that specifies where file signature
41 * incfs_file_attr - metadata record that specifies where additional file
44 * Metadata header
46 * incfs_md_header - header of a metadata record. It's always a part
47 * of other structures and served purpose of metadata
58 * | Metadata record body with useful data | |
77 * | metadata |<---+
81 * +-------------------------------------------+ | metadata
92 * | | | metadata |<---+
101 * | metadata |<---+
130 /* Header included at the beginning of all metadata records on the disk. */
135 * Size of the metadata record.
141 * Was: CRC32 of the metadata record.
146 /* Offset of the next metadata entry if any */
149 /* Was: Offset of the previous metadata entry if any */
174 /* Offset of the first metadata record */
221 /* Metadata record for locations of file blocks. Type = INCFS_MD_BLOCK_MAP */
233 * Metadata record for file signature. Type = INCFS_MD_SIGNATURE
241 * signature blob and a hash tree are added to the file, and then this metadata
275 * Metadata record for verity signature. Type = INCFS_MD_VERITY_SIGNATURE
306 * Offset of the last known metadata record in the backing file.
307 * 0 means there are no metadata records.