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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dnodemanager.h52 unsigned long nd_set_attributes; member in struct:o2nm_node
H A Dnodemanager.c269 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) ||
270 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes))
376 if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) ||
377 !test_bit(O2NM_NODE_ATTR_NUM, &node->nd_set_attributes) ||
378 !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes))
495 if (test_bit(attr_index, &node->nd_set_attributes))
502 set_bit(attr_index, &node->nd_set_attributes);

Completed in 96 milliseconds