Lines Matching refs:ocfs2_dinode

51 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc);
54 struct ocfs2_dinode *alloc,
58 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc);
62 struct ocfs2_dinode *alloc,
287 struct ocfs2_dinode *alloc = NULL; in ocfs2_load_local_alloc()
321 alloc = (struct ocfs2_dinode *) alloc_bh->b_data; in ocfs2_load_local_alloc()
386 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_shutdown_local_alloc()
387 struct ocfs2_dinode *alloc = NULL; in ocfs2_shutdown_local_alloc()
435 alloc = (struct ocfs2_dinode *) bh->b_data; in ocfs2_shutdown_local_alloc()
491 struct ocfs2_dinode **alloc_copy) in ocfs2_begin_local_alloc_recovery()
496 struct ocfs2_dinode *alloc; in ocfs2_begin_local_alloc_recovery()
527 alloc = (struct ocfs2_dinode *) alloc_bh->b_data; in ocfs2_begin_local_alloc_recovery()
560 struct ocfs2_dinode *alloc) in ocfs2_complete_local_alloc_recovery()
632 struct ocfs2_dinode *alloc; in ocfs2_reserve_local_alloc_bits()
663 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_reserve_local_alloc_bits()
737 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits()
743 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_claim_local_alloc_bits()
793 struct ocfs2_dinode *alloc; in ocfs2_free_local_alloc_bits()
799 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_free_local_alloc_bits()
825 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits()
837 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits()
925 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc()
964 struct ocfs2_dinode *alloc, in ocfs2_sync_local_to_main()
1167 struct ocfs2_dinode *alloc = NULL; in ocfs2_local_alloc_new_window()
1170 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_new_window()
1256 struct ocfs2_dinode *alloc; in ocfs2_local_alloc_slide_window()
1257 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_local_alloc_slide_window()
1281 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_slide_window()