nd_set_attributes  205 fs/ocfs2/cluster/nodemanager.c 	if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) ||
nd_set_attributes  206 fs/ocfs2/cluster/nodemanager.c 	    !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes))
nd_set_attributes  220 fs/ocfs2/cluster/nodemanager.c 			&node->nd_set_attributes))
nd_set_attributes  256 fs/ocfs2/cluster/nodemanager.c 	if (test_and_set_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes))
nd_set_attributes  302 fs/ocfs2/cluster/nodemanager.c 			&node->nd_set_attributes))
nd_set_attributes  341 fs/ocfs2/cluster/nodemanager.c 	if (!test_bit(O2NM_NODE_ATTR_ADDRESS, &node->nd_set_attributes) ||
nd_set_attributes  342 fs/ocfs2/cluster/nodemanager.c 	    !test_bit(O2NM_NODE_ATTR_NUM, &node->nd_set_attributes) ||
nd_set_attributes  343 fs/ocfs2/cluster/nodemanager.c 	    !test_bit(O2NM_NODE_ATTR_PORT, &node->nd_set_attributes))
nd_set_attributes   39 fs/ocfs2/cluster/nodemanager.h 	unsigned long		nd_set_attributes;