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()
738 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits()
744 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_claim_local_alloc_bits()
794 struct ocfs2_dinode *alloc; in ocfs2_free_local_alloc_bits()
800 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_free_local_alloc_bits()
826 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits()
838 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits()
926 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc()
965 struct ocfs2_dinode *alloc, in ocfs2_sync_local_to_main()
1168 struct ocfs2_dinode *alloc = NULL; in ocfs2_local_alloc_new_window()
1171 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_new_window()
1257 struct ocfs2_dinode *alloc; in ocfs2_local_alloc_slide_window()
1258 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_local_alloc_slide_window()
1282 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_slide_window()