Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/cluster/
Dnodemanager.c205 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_num_store()
206 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_num_store()
220 &node->nd_set_attributes)) in o2nm_node_num_store()
256 if (test_and_set_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_ipv4_port_store()
302 &node->nd_set_attributes)) in o2nm_node_ipv4_address_store()
341 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in o2nm_node_local_store()
342 !test_bit(O2NM_NODE_ATTR_NUM, &node->nd_set_attributes) || in o2nm_node_local_store()
343 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in o2nm_node_local_store()
Dnodemanager.h39 unsigned long nd_set_attributes; member