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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dnodemanager.h54 unsigned long nd_set_attributes; member in struct:o2nm_node
H A Dnodemanager.c213 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) ||
214 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes))
320 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) ||
321 !test_bit(O2NM_NODE_ATTR_NUM, &node->nd_set_attributes) ||
322 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes))
439 if (test_bit(attr_index, &node->nd_set_attributes))
446 set_bit(attr_index, &node->nd_set_attributes);

Completed in 48 milliseconds