Searched refs:main_bm_bh (Results 1 – 3 of 3) sorted by relevance
/fs/ocfs2/ |
D | resize.c | 263 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend() local 292 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_extend() 298 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_extend() 345 main_bm_bh, group_bh, in ocfs2_group_extend() 359 brelse(main_bm_bh); in ocfs2_group_extend() 452 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_add() local 477 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_add() 483 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_add() 536 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_group_add() 557 ocfs2_journal_dirty(handle, main_bm_bh); in ocfs2_group_add() [all …]
|
D | localalloc.c | 50 struct buffer_head *main_bm_bh); 374 struct buffer_head *main_bm_bh = NULL; in ocfs2_shutdown_local_alloc() local 411 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_shutdown_local_alloc() 449 main_bm_inode, main_bm_bh); in ocfs2_shutdown_local_alloc() 457 brelse(main_bm_bh); in ocfs2_shutdown_local_alloc() 553 struct buffer_head *main_bm_bh = NULL; in ocfs2_complete_local_alloc_recovery() local 567 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_complete_local_alloc_recovery() 585 main_bm_inode, main_bm_bh); in ocfs2_complete_local_alloc_recovery() 597 brelse(main_bm_bh); in ocfs2_complete_local_alloc_recovery() 953 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() argument [all …]
|
D | alloc.c | 7546 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_mainbm() local 7573 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_mainbm() 7578 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_mainbm() 7643 brelse(main_bm_bh); in ocfs2_trim_mainbm() 7644 main_bm_bh = NULL; in ocfs2_trim_mainbm()
|