Lines Matching refs:ca_offset
589 ca = ctx->ca_buf_ra + hdr.ca_offset;
593 if (hdr.ca_offset >= DAX_MMAP_LEN) {
594 dax_dbg("invalid ca_offset (%d) >= ca_buflen (%d)",
595 hdr.ca_offset, DAX_MMAP_LEN);
605 dax_info_dbg("killed (ca_offset %d)", hdr.ca_offset);
606 idx = hdr.ca_offset / sizeof(struct dax_cca);
613 if (hdr.ca_offset >= DAX_MMAP_LEN) {
614 dax_dbg("invalid ca_offset (%d) >= ca_buflen (%d)",
615 hdr.ca_offset, DAX_MMAP_LEN);
625 dax_info_dbg("info succeeded on ca_offset %d", hdr.ca_offset);
789 unsigned long ca_offset;
835 ca_offset = (idx + i) * sizeof(struct dax_cca);
836 ccbp->ca = (void *)ctx->ca_buf_ra + ca_offset;
839 dax_dbg("ccb[%d]=%p, ca_offset=0x%lx, compl RA=0x%llx",
840 i, ccbp, ca_offset, ctx->ca_buf_ra + ca_offset);