Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/ramster/cluster/
Dnodemanager.c212 if (!test_bit(R2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in r2nm_node_num_write()
213 !test_bit(R2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in r2nm_node_num_write()
321 if (!test_bit(R2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) || in r2nm_node_local_write()
322 !test_bit(R2NM_NODE_ATTR_NUM, &node->nd_set_attributes) || in r2nm_node_local_write()
323 !test_bit(R2NM_NODE_ATTR_PORT, &node->nd_set_attributes)) in r2nm_node_local_write()
440 if (test_bit(attr_index, &node->nd_set_attributes)) in r2nm_node_store()
447 set_bit(attr_index, &node->nd_set_attributes); in r2nm_node_store()
Dnodemanager.h54 unsigned long nd_set_attributes; member
/linux-3.4.99/fs/ocfs2/cluster/
Dnodemanager.c213 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()
Dnodemanager.h54 unsigned long nd_set_attributes; member