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()
385 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_shutdown_local_alloc()
386 struct ocfs2_dinode *alloc = NULL; in ocfs2_shutdown_local_alloc()
434 alloc = (struct ocfs2_dinode *) bh->b_data; in ocfs2_shutdown_local_alloc()
489 struct ocfs2_dinode **alloc_copy) in ocfs2_begin_local_alloc_recovery()
494 struct ocfs2_dinode *alloc; in ocfs2_begin_local_alloc_recovery()
525 alloc = (struct ocfs2_dinode *) alloc_bh->b_data; in ocfs2_begin_local_alloc_recovery()
558 struct ocfs2_dinode *alloc) in ocfs2_complete_local_alloc_recovery()
630 struct ocfs2_dinode *alloc; in ocfs2_reserve_local_alloc_bits()
661 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_reserve_local_alloc_bits()
734 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits()
740 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_claim_local_alloc_bits()
790 struct ocfs2_dinode *alloc; in ocfs2_free_local_alloc_bits()
796 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_free_local_alloc_bits()
822 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits()
834 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits()
922 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc()
961 struct ocfs2_dinode *alloc, in ocfs2_sync_local_to_main()
1164 struct ocfs2_dinode *alloc = NULL; in ocfs2_local_alloc_new_window()
1167 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_new_window()
1253 struct ocfs2_dinode *alloc; in ocfs2_local_alloc_slide_window()
1254 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_local_alloc_slide_window()
1278 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_slide_window()