Home
last modified time | relevance | path

Searched refs:nd_set_attributes (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ocfs2/cluster/
Dnodemanager.c212 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_num_write()
213 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_num_write()
319 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_local_write()
320 !test_bit(O2NM_NODE_ATTR_NUM, &node->nd_set_attributes) || in o2nm_node_local_write()
321 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_local_write()
438 if (test_bit(attr_index, &node->nd_set_attributes)) in o2nm_node_store()
445 set_bit(attr_index, &node->nd_set_attributes); in o2nm_node_store()
Dnodemanager.h54 unsigned long nd_set_attributes; member