Searched refs:main_bm_bh (Results 1 – 2 of 2) sorted by relevance
48 struct buffer_head *main_bm_bh);373 struct buffer_head *main_bm_bh = NULL; in ocfs2_shutdown_local_alloc() local 410 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_shutdown_local_alloc() 448 main_bm_inode, main_bm_bh); in ocfs2_shutdown_local_alloc() 456 brelse(main_bm_bh); in ocfs2_shutdown_local_alloc() 552 struct buffer_head *main_bm_bh = NULL; in ocfs2_complete_local_alloc_recovery() local 566 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_complete_local_alloc_recovery() 584 main_bm_inode, main_bm_bh); in ocfs2_complete_local_alloc_recovery() 596 brelse(main_bm_bh); in ocfs2_complete_local_alloc_recovery() 946 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() argument 1234 struct buffer_head *main_bm_bh = NULL; ocfs2_local_alloc_slide_window() local [all...]
7559 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_mainbm() local 7586 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_mainbm() 7591 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_mainbm() 7656 brelse(main_bm_bh); in ocfs2_trim_mainbm() 7657 main_bm_bh = NULL; in ocfs2_trim_mainbm()