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,
271 struct ocfs2_dinode *alloc = NULL; in ocfs2_load_local_alloc()
305 alloc = (struct ocfs2_dinode *) alloc_bh->b_data; in ocfs2_load_local_alloc()
374 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_shutdown_local_alloc()
375 struct ocfs2_dinode *alloc = NULL; in ocfs2_shutdown_local_alloc()
424 alloc = (struct ocfs2_dinode *) bh->b_data; in ocfs2_shutdown_local_alloc()
478 struct ocfs2_dinode **alloc_copy) in ocfs2_begin_local_alloc_recovery()
483 struct ocfs2_dinode *alloc; in ocfs2_begin_local_alloc_recovery()
514 alloc = (struct ocfs2_dinode *) alloc_bh->b_data; in ocfs2_begin_local_alloc_recovery()
547 struct ocfs2_dinode *alloc) in ocfs2_complete_local_alloc_recovery()
619 struct ocfs2_dinode *alloc; in ocfs2_reserve_local_alloc_bits()
650 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_reserve_local_alloc_bits()
723 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits()
729 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_claim_local_alloc_bits()
779 struct ocfs2_dinode *alloc; in ocfs2_free_local_alloc_bits()
785 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_free_local_alloc_bits()
811 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits()
823 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits()
910 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc()
949 struct ocfs2_dinode *alloc, in ocfs2_sync_local_to_main()
1152 struct ocfs2_dinode *alloc = NULL; in ocfs2_local_alloc_new_window()
1155 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_new_window()
1241 struct ocfs2_dinode *alloc; in ocfs2_local_alloc_slide_window()
1242 struct ocfs2_dinode *alloc_copy = NULL; in ocfs2_local_alloc_slide_window()
1266 alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data; in ocfs2_local_alloc_slide_window()