Lines Matching refs:se_nacl
3363 struct se_node_acl *se_nacl, in srpt_get_pr_transport_id() argument
3370 nacl = container_of(se_nacl, struct srpt_node_acl, nacl); in srpt_get_pr_transport_id()
3378 struct se_node_acl *se_nacl, in srpt_get_pr_transport_id_len() argument
3412 struct se_node_acl *se_nacl) in srpt_release_fabric_acl() argument
3416 nacl = container_of(se_nacl, struct srpt_node_acl, nacl); in srpt_release_fabric_acl()
3548 struct se_node_acl *se_nacl, *se_nacl_new; in srpt_make_nodeacl() local
3569 se_nacl = core_tpg_add_initiator_node_acl(tpg, se_nacl_new, name, in srpt_make_nodeacl()
3571 if (IS_ERR(se_nacl)) { in srpt_make_nodeacl()
3572 ret = PTR_ERR(se_nacl); in srpt_make_nodeacl()
3576 nacl = container_of(se_nacl, struct srpt_node_acl, nacl); in srpt_make_nodeacl()
3584 return se_nacl; in srpt_make_nodeacl()
3593 static void srpt_drop_nodeacl(struct se_node_acl *se_nacl) in srpt_drop_nodeacl() argument
3599 nacl = container_of(se_nacl, struct srpt_node_acl, nacl); in srpt_drop_nodeacl()
3605 core_tpg_del_initiator_node_acl(&sport->port_tpg_1, se_nacl, 1); in srpt_drop_nodeacl()
3606 srpt_release_fabric_acl(NULL, se_nacl); in srpt_drop_nodeacl()