Searched refs:TPG_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 995 #define TPG_ATTR(_name, _mode) TF_TPG_ATTRIB_ATTR(iscsi, _name, _mode); macro 1001 TPG_ATTR(authentication, S_IRUGO | S_IWUSR); 1006 TPG_ATTR(login_timeout, S_IRUGO | S_IWUSR); 1011 TPG_ATTR(netif_timeout, S_IRUGO | S_IWUSR); 1016 TPG_ATTR(generate_node_acls, S_IRUGO | S_IWUSR); 1021 TPG_ATTR(default_cmdsn_depth, S_IRUGO | S_IWUSR); 1026 TPG_ATTR(cache_dynamic_acls, S_IRUGO | S_IWUSR); 1031 TPG_ATTR(demo_mode_write_protect, S_IRUGO | S_IWUSR); 1036 TPG_ATTR(prod_mode_write_protect, S_IRUGO | S_IWUSR); 1041 TPG_ATTR(demo_mode_discovery, S_IRUGO | S_IWUSR); [all …]
|