Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/cluster/
Dnodemanager.c219 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_num_store()
220 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_num_store()
234 &node->nd_set_attributes)) in o2nm_node_num_store()
270 if (test_and_set_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_ipv4_port_store()
316 &node->nd_set_attributes)) in o2nm_node_ipv4_address_store()
355 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_local_store()
356 !test_bit(O2NM_NODE_ATTR_NUM, &node->nd_set_attributes) || in o2nm_node_local_store()
357 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_local_store()
Dnodemanager.h54 unsigned long nd_set_attributes; member