Searched refs:prot_buf (Results 1 – 6 of 6) sorted by relevance
55 struct t10_pi_tuple *pi = iter->prot_buf; in t10_pi_generate()66 iter->prot_buf += sizeof(struct t10_pi_tuple); in t10_pi_generate()79 struct t10_pi_tuple *pi = iter->prot_buf; in t10_pi_verify()116 iter->prot_buf += sizeof(struct t10_pi_tuple); in t10_pi_verify()
223 void *prot_buf = page_address(bip->bip_vec->bv_page) + in bio_integrity_process() local229 iter.prot_buf = prot_buf; in bio_integrity_process()
276 fd_prot->prot_buf = kzalloc(prot_size, GFP_KERNEL); in fd_do_prot_rw()277 if (!fd_prot->prot_buf) { in fd_do_prot_rw()281 buf = fd_prot->prot_buf; in fd_do_prot_rw()288 kfree(fd_prot->prot_buf); in fd_do_prot_rw()296 rc = kernel_write(prot_fd, fd_prot->prot_buf, prot_size, pos); in fd_do_prot_rw()303 rc = kernel_read(prot_fd, pos, fd_prot->prot_buf, prot_size); in fd_do_prot_rw()313 kfree(fd_prot->prot_buf); in fd_do_prot_rw()650 kfree(fd_prot.prot_buf); in fd_execute_rw()654 kfree(fd_prot.prot_buf); in fd_execute_rw()670 kfree(fd_prot.prot_buf); in fd_execute_rw()[all …]
25 unsigned char *prot_buf; member
383 struct iser_data_buf *data_buf, *prot_buf; in iser_send_command() local397 prot_buf = &iser_task->prot[ISER_DIR_IN]; in iser_send_command()400 prot_buf = &iser_task->prot[ISER_DIR_OUT]; in iser_send_command()410 prot_buf->sg = scsi_prot_sglist(sc); in iser_send_command()411 prot_buf->size = scsi_prot_sg_count(sc); in iser_send_command()412 prot_buf->data_len = (data_buf->data_len >> in iser_send_command()
1466 void *prot_buf; member