Lines Matching defs:info
763 * kbuffer_raw_get - get raw buffer info
766 * @info: Info descriptor to fill in
769 * Expects to have info->next set to what it will read.
771 * @info->next will be updated to the next element.
772 * The @subbuf is used to know if the info is passed the end of
776 kbuffer_raw_get(struct kbuffer *kbuf, void *subbuf, struct kbuffer_raw_info *info)
784 void *ptr = info->next;
802 info->next = ptr + length;
804 info->type = type_len;
805 info->delta = delta;
806 info->length = length;
808 return info;