Lines Matching refs:osb
57 void ocfs2_init_node_maps(struct ocfs2_super *osb) in ocfs2_init_node_maps() argument
59 spin_lock_init(&osb->node_map_lock); in ocfs2_init_node_maps()
60 ocfs2_node_map_init(&osb->osb_recovering_orphan_dirs); in ocfs2_init_node_maps()
65 struct ocfs2_super *osb = data; in ocfs2_do_node_down() local
67 BUG_ON(osb->node_num == node_num); in ocfs2_do_node_down()
71 if (!osb->cconn) { in ocfs2_do_node_down()
81 ocfs2_recovery_thread(osb, node_num); in ocfs2_do_node_down()
90 void ocfs2_node_map_set_bit(struct ocfs2_super *osb, in ocfs2_node_map_set_bit() argument
97 spin_lock(&osb->node_map_lock); in ocfs2_node_map_set_bit()
99 spin_unlock(&osb->node_map_lock); in ocfs2_node_map_set_bit()
108 void ocfs2_node_map_clear_bit(struct ocfs2_super *osb, in ocfs2_node_map_clear_bit() argument
115 spin_lock(&osb->node_map_lock); in ocfs2_node_map_clear_bit()
117 spin_unlock(&osb->node_map_lock); in ocfs2_node_map_clear_bit()
120 int ocfs2_node_map_test_bit(struct ocfs2_super *osb, in ocfs2_node_map_test_bit() argument
129 spin_lock(&osb->node_map_lock); in ocfs2_node_map_test_bit()
131 spin_unlock(&osb->node_map_lock); in ocfs2_node_map_test_bit()