Lines Matching refs:osb
36 void ocfs2_init_node_maps(struct ocfs2_super *osb) in ocfs2_init_node_maps() argument
38 spin_lock_init(&osb->node_map_lock); in ocfs2_init_node_maps()
39 ocfs2_node_map_init(&osb->osb_recovering_orphan_dirs); in ocfs2_init_node_maps()
44 struct ocfs2_super *osb = data; in ocfs2_do_node_down() local
46 BUG_ON(osb->node_num == node_num); in ocfs2_do_node_down()
50 if (!osb->cconn) { in ocfs2_do_node_down()
60 ocfs2_recovery_thread(osb, node_num); in ocfs2_do_node_down()
63 void ocfs2_node_map_set_bit(struct ocfs2_super *osb, in ocfs2_node_map_set_bit() argument
70 spin_lock(&osb->node_map_lock); in ocfs2_node_map_set_bit()
72 spin_unlock(&osb->node_map_lock); in ocfs2_node_map_set_bit()
75 void ocfs2_node_map_clear_bit(struct ocfs2_super *osb, in ocfs2_node_map_clear_bit() argument
82 spin_lock(&osb->node_map_lock); in ocfs2_node_map_clear_bit()
84 spin_unlock(&osb->node_map_lock); in ocfs2_node_map_clear_bit()
87 int ocfs2_node_map_test_bit(struct ocfs2_super *osb, in ocfs2_node_map_test_bit() argument
96 spin_lock(&osb->node_map_lock); in ocfs2_node_map_test_bit()
98 spin_unlock(&osb->node_map_lock); in ocfs2_node_map_test_bit()