Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/cluster/
Dnodemanager.c213 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_num_store()
214 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_num_store()
221 &node->nd_set_attributes)) in o2nm_node_num_store()
255 if (test_and_set_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_ipv4_port_store()
294 &node->nd_set_attributes)) in o2nm_node_ipv4_address_store()
331 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_local_store()
332 !test_bit(O2NM_NODE_ATTR_NUM, &node->nd_set_attributes) || in o2nm_node_local_store()
333 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_local_store()
Dnodemanager.h54 unsigned long nd_set_attributes; member