Home
last modified time | relevance | path

Searched refs:t10_pr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_pr.c133 struct t10_reservation *pr_tmpl = &dev->t10_pr; in target_check_scsi2_reservation_conflict()
611 prg = dev->t10_pr.pr_generation++; in core_scsi3_pr_generation()
932 struct t10_reservation *pr_tmpl = &dev->t10_pr; in __core_scsi3_check_aptpl_registration()
1060 struct t10_reservation *pr_tmpl = &dev->t10_pr; in __core_scsi3_add_registration()
1073 dev->t10_pr.pr_generation++ : in __core_scsi3_add_registration()
1163 struct t10_reservation *pr_tmpl = &dev->t10_pr; in __core_scsi3_locate_pr_reg()
1301 struct t10_reservation *pr_tmpl = &dev->t10_pr; in __core_scsi3_free_registration()
1367 struct t10_reservation *pr_tmpl = &dev->t10_pr; in core_scsi3_free_pr_reg_from_nacl()
1403 struct t10_reservation *pr_tmpl = &dev->t10_pr; in core_scsi3_free_all_registrations()
1892 spin_lock(&dev->t10_pr.registration_lock); in core_scsi3_update_aptpl_buf()
[all …]
Dtarget_core_device.c781 INIT_LIST_HEAD(&dev->t10_pr.registration_list); in target_alloc_device()
782 INIT_LIST_HEAD(&dev->t10_pr.aptpl_reg_list); in target_alloc_device()
783 spin_lock_init(&dev->t10_pr.registration_lock); in target_alloc_device()
784 spin_lock_init(&dev->t10_pr.aptpl_reg_lock); in target_alloc_device()
Dtarget_core_configfs.c1320 return sprintf(page, "0x%08x\n", pr_to_dev(item)->t10_pr.pr_generation); in target_pr_res_pr_generation_show()
1373 spin_lock(&dev->t10_pr.registration_lock); in target_pr_res_pr_registered_i_pts_show()
1374 list_for_each_entry(pr_reg, &dev->t10_pr.registration_list, in target_pr_res_pr_registered_i_pts_show()
1393 spin_unlock(&dev->t10_pr.registration_lock); in target_pr_res_pr_registered_i_pts_show()
1441 (dev->t10_pr.pr_aptpl_active) ? "Activated" : "Disabled"); in target_pr_res_aptpl_active_show()
1651 ret = core_scsi3_alloc_aptpl_registration(&dev->t10_pr, sa_res_key, in target_pr_res_aptpl_metadata_store()
/linux-4.4.14/include/target/
Dtarget_core_base.h814 struct t10_reservation t10_pr; member