Searched refs:main_bm_bh (Results 1 – 3 of 3) sorted by relevance
/fs/ocfs2/ |
D | resize.c | 268 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend() local 297 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_extend() 303 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_extend() 350 main_bm_bh, group_bh, in ocfs2_group_extend() 364 brelse(main_bm_bh); in ocfs2_group_extend() 457 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_add() local 482 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_add() 488 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_add() 541 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_group_add() 562 ocfs2_journal_dirty(handle, main_bm_bh); in ocfs2_group_add() [all …]
|
D | localalloc.c | 64 struct buffer_head *main_bm_bh); 384 struct buffer_head *main_bm_bh = NULL; in ocfs2_shutdown_local_alloc() local 420 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_shutdown_local_alloc() 459 main_bm_inode, main_bm_bh); in ocfs2_shutdown_local_alloc() 467 brelse(main_bm_bh); in ocfs2_shutdown_local_alloc() 564 struct buffer_head *main_bm_bh = NULL; in ocfs2_complete_local_alloc_recovery() local 578 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_complete_local_alloc_recovery() 596 main_bm_inode, main_bm_bh); in ocfs2_complete_local_alloc_recovery() 608 brelse(main_bm_bh); in ocfs2_complete_local_alloc_recovery() 967 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() argument [all …]
|
D | alloc.c | 7313 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_fs() local 7337 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_fs() 7342 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_fs() 7401 brelse(main_bm_bh); in ocfs2_trim_fs()
|