Searched defs:incfs_file_signature (Results 1 – 3 of 3) sorted by relevance
186 struct incfs_file_signature { struct187 struct incfs_md_header sg_header;189 int32_t sg_sig_size; /* The size of the signature. */191 int64_t sg_sig_offset; /* Signature's offset in the backing file */193 int32_t sg_hash_tree_size; /* The size of the hash tree. */195 int64_t sg_hash_tree_offset; /* Hash tree offset in the backing file */
50953 struct incfs_file_signature { struct50954 struct incfs_md_header sg_header;50955 __le32 sg_sig_size;50956 __le64 sg_sig_offset;50957 __le32 sg_hash_tree_size;50981 struct incfs_file_signature signature; argument
60711 struct incfs_file_signature { struct60712 struct incfs_md_header sg_header;60713 __le32 sg_sig_size;60714 __le64 sg_sig_offset;60715 __le32 sg_hash_tree_size;60739 struct incfs_file_signature signature; argument