Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_fabric.h77 void (*set_default_node_attributes)(struct se_node_acl *); member
/linux/drivers/target/
H A Dtarget_core_tpg.c200 tpg->se_tpg_tfo->set_default_node_attributes(acl); in target_alloc_node_acl()
H A Dtarget_core_configfs.c461 if (!tfo->set_default_node_attributes) in target_set_default_ops()
462 tfo->set_default_node_attributes = target_set_default_node_attributes; in target_set_default_ops()
/linux/drivers/target/iscsi/
H A Discsi_target_configfs.c1564 .set_default_node_attributes = lio_set_default_node_attributes,