Lines Matching refs:ocfs2_dinode

35 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc);
38 struct ocfs2_dinode *alloc,
42 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc);
46 struct ocfs2_dinode *alloc,
272 struct ocfs2_dinode *alloc = NULL; in ocfs2_load_local_alloc()
306 alloc = (struct ocfs2_dinode *) alloc_bh->b_data; in ocfs2_load_local_alloc()
375 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_shutdown_local_alloc()
376 struct ocfs2_dinode *alloc = NULL; in ocfs2_shutdown_local_alloc()
425 alloc = (struct ocfs2_dinode *) bh->b_data; in ocfs2_shutdown_local_alloc()
479 struct ocfs2_dinode **alloc_copy) in ocfs2_begin_local_alloc_recovery()
484 struct ocfs2_dinode *alloc; in ocfs2_begin_local_alloc_recovery()
515 alloc = (struct ocfs2_dinode *) alloc_bh->b_data; in ocfs2_begin_local_alloc_recovery()
548 struct ocfs2_dinode *alloc) in ocfs2_complete_local_alloc_recovery()
620 struct ocfs2_dinode *alloc; in ocfs2_reserve_local_alloc_bits()
651 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_reserve_local_alloc_bits()
724 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits()
730 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_claim_local_alloc_bits()
780 struct ocfs2_dinode *alloc; in ocfs2_free_local_alloc_bits()
786 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_free_local_alloc_bits()
812 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits()
824 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits()
905 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc()
944 struct ocfs2_dinode *alloc, in ocfs2_sync_local_to_main()
1165 struct ocfs2_dinode *alloc = NULL; in ocfs2_local_alloc_new_window()
1168 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_new_window()
1254 struct ocfs2_dinode *alloc; in ocfs2_local_alloc_slide_window()
1255 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_local_alloc_slide_window()
1279 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_slide_window()