Lines Matching full:representation

20  * An in-memory representation of a version number for versioned structures on disk.
34 * A packed, machine-independent, on-disk representation of a version_number. Both fields are
57 /* A packed, machine-independent, on-disk representation of a component header. */
225 /* The packed, on-disk representation of a recovery journal entry. */
266 /* The packed, on-disk representation of an old format recovery journal entry. */
322 * The packed, on-disk representation of a recovery journal block header. All fields are kept in
400 * The packed representation is the little-endian 64-bit representation of the low-order 48
469 /* The unpacked representation of the header of a slab journal block */
488 * The packed, on-disk representation of a slab journal block header. All fields are kept in
621 * A packed, machine-independent, on-disk representation of the vdo_config in the VDO component
633 * A packed, machine-independent, on-disk representation of version 41.0 of the VDO component data
646 * on-disk representation of any VDO structure changes. Changes which require only online upgrade
736 * vdo_pack_version_number() - Convert a version_number to its packed on-disk representation.
739 * Return: the platform-independent representation of the version
751 * representation.
754 * Return: The platform-independent representation of the version.
765 * vdo_pack_header() - Convert a component header to its packed on-disk representation.
768 * Return: the platform-independent representation of the header
780 * vdo_unpack_header() - Convert a packed_header to its native in-memory representation.
783 * Return: The platform-independent representation of the version.
898 * vdo_pack_recovery_journal_entry() - Return the packed, on-disk representation of a recovery
902 * Return: The packed representation of the journal entry.
921 * vdo_unpack_recovery_journal_entry() - Unpack the on-disk representation of a recovery journal
1011 * vdo_pack_recovery_block_header() - Generate the packed representation of a recovery block
1034 * vdo_unpack_recovery_block_header() - Decode the packed representation of a recovery block
1166 * vdo_pack_slab_journal_block_header() - Generate the packed representation of a slab block
1186 * vdo_unpack_slab_journal_block_header() - Decode the packed representation of a slab block
1222 * vdo_unpack_slab_journal_entry() - Decode the packed representation of a slab journal entry.