Lines Matching refs:ocfs2_dinode
37 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc);
40 struct ocfs2_dinode *alloc,
44 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc);
48 struct ocfs2_dinode *alloc,
273 struct ocfs2_dinode *alloc = NULL; in ocfs2_load_local_alloc()
307 alloc = (struct ocfs2_dinode *) alloc_bh->b_data; in ocfs2_load_local_alloc()
376 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_shutdown_local_alloc()
377 struct ocfs2_dinode *alloc = NULL; in ocfs2_shutdown_local_alloc()
426 alloc = (struct ocfs2_dinode *) bh->b_data; in ocfs2_shutdown_local_alloc()
480 struct ocfs2_dinode **alloc_copy) in ocfs2_begin_local_alloc_recovery()
485 struct ocfs2_dinode *alloc; in ocfs2_begin_local_alloc_recovery()
516 alloc = (struct ocfs2_dinode *) alloc_bh->b_data; in ocfs2_begin_local_alloc_recovery()
549 struct ocfs2_dinode *alloc) in ocfs2_complete_local_alloc_recovery()
621 struct ocfs2_dinode *alloc; in ocfs2_reserve_local_alloc_bits()
652 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_reserve_local_alloc_bits()
725 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits()
731 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_claim_local_alloc_bits()
781 struct ocfs2_dinode *alloc; in ocfs2_free_local_alloc_bits()
787 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_free_local_alloc_bits()
813 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits()
825 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits()
912 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc()
951 struct ocfs2_dinode *alloc, in ocfs2_sync_local_to_main()
1154 struct ocfs2_dinode *alloc = NULL; in ocfs2_local_alloc_new_window()
1157 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_new_window()
1243 struct ocfs2_dinode *alloc; in ocfs2_local_alloc_slide_window()
1244 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_local_alloc_slide_window()
1268 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_slide_window()