Lines Matching defs:ptr
1644 log->l_iclog->ic_prev = prev_iclog; /* re-write 1st prev ptr */
2011 * ptr in the log to point to the next available iclog. This allows further
2451 * 4. Potentially, verify destination memcpy ptr
3607 * B. tid ptr value falls in valid ptr space (user space code)
3623 void *base_ptr, *ptr, *p;
3643 base_ptr = ptr = &iclog->ic_header;
3645 for (ptr += BBSIZE; ptr < base_ptr + count; ptr += BBSIZE) {
3646 if (*(__be32 *)ptr == cpu_to_be32(XLOG_HEADER_MAGIC_NUM))
3653 base_ptr = ptr = iclog->ic_datap;
3654 ophead = ptr;
3657 ophead = ptr;
3698 ptr += sizeof(xlog_op_header_t) + op_len;