D | hvb_ops.h | 38 struct hvb_ops { struct 40 enum hvb_io_errno (*read_partition)(struct hvb_ops *ops, const char *ptn, int64_t offset, argument 42 enum hvb_io_errno (*write_partition)(struct hvb_ops *ops, const char *ptn, int64_t offset, argument 44 enum hvb_io_errno (*valid_rvt_key)(struct hvb_ops *ops, const uint8_t *pubkey, argument 47 enum hvb_io_errno (*read_rollback)(struct hvb_ops *ops, argument 50 enum hvb_io_errno (*write_rollback)(struct hvb_ops *ops, uint64_t rollback_index_location, argument 52 enum hvb_io_errno (*read_lock_state)(struct hvb_ops *ops, bool *lock_state); argument 53 … enum hvb_io_errno (*get_partiton_size)(struct hvb_ops *ops, const char *ptn, uint64_t *out_bytes); argument
|