Searched refs:nd_set_attributes (Results 1 – 2 of 2) sorted by relevance
213 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_num_write()214 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_num_write()320 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_local_write()321 !test_bit(O2NM_NODE_ATTR_NUM, &node->nd_set_attributes) || in o2nm_node_local_write()322 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_local_write()439 if (test_bit(attr_index, &node->nd_set_attributes)) in o2nm_node_store()446 set_bit(attr_index, &node->nd_set_attributes); in o2nm_node_store()
54 unsigned long nd_set_attributes; member