Lines Matching defs:ops
132 enum hvb_errno check_hvb_ops(struct hvb_ops *ops)
134 hvb_return_hvb_err_if_null(ops);
135 hvb_return_hvb_err_if_null(ops->user_data);
136 hvb_return_hvb_err_if_null(ops->read_partition);
137 hvb_return_hvb_err_if_null(ops->write_partition);
138 hvb_return_hvb_err_if_null(ops->valid_rvt_key);
139 hvb_return_hvb_err_if_null(ops->read_rollback);
140 hvb_return_hvb_err_if_null(ops->write_rollback);
141 hvb_return_hvb_err_if_null(ops->read_lock_state);
142 hvb_return_hvb_err_if_null(ops->get_partiton_size);