Lines Matching refs:ca_offset
588 ca = ctx->ca_buf_ra + hdr.ca_offset;
592 if (hdr.ca_offset >= DAX_MMAP_LEN) {
593 dax_dbg("invalid ca_offset (%d) >= ca_buflen (%d)",
594 hdr.ca_offset, DAX_MMAP_LEN);
604 dax_info_dbg("killed (ca_offset %d)", hdr.ca_offset);
605 idx = hdr.ca_offset / sizeof(struct dax_cca);
612 if (hdr.ca_offset >= DAX_MMAP_LEN) {
613 dax_dbg("invalid ca_offset (%d) >= ca_buflen (%d)",
614 hdr.ca_offset, DAX_MMAP_LEN);
624 dax_info_dbg("info succeeded on ca_offset %d", hdr.ca_offset);
788 unsigned long ca_offset;
834 ca_offset = (idx + i) * sizeof(struct dax_cca);
835 ccbp->ca = (void *)ctx->ca_buf_ra + ca_offset;
838 dax_dbg("ccb[%d]=%p, ca_offset=0x%lx, compl RA=0x%llx",
839 i, ccbp, ca_offset, ctx->ca_buf_ra + ca_offset);