Searched refs:main_bm_bh (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | resize.c | 277 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend() local 306 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_extend() 312 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_extend() 359 main_bm_bh, group_bh, in ocfs2_group_extend() 373 brelse(main_bm_bh); in ocfs2_group_extend() 466 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_add() local 491 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_add() 497 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_add() 550 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_group_add() 571 ocfs2_journal_dirty(handle, main_bm_bh); in ocfs2_group_add() [all …]
|
D | localalloc.c | 64 struct buffer_head *main_bm_bh); 383 struct buffer_head *main_bm_bh = NULL; in ocfs2_shutdown_local_alloc() local 419 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_shutdown_local_alloc() 458 main_bm_inode, main_bm_bh); in ocfs2_shutdown_local_alloc() 466 brelse(main_bm_bh); in ocfs2_shutdown_local_alloc() 562 struct buffer_head *main_bm_bh = NULL; in ocfs2_complete_local_alloc_recovery() local 576 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_complete_local_alloc_recovery() 594 main_bm_inode, main_bm_bh); in ocfs2_complete_local_alloc_recovery() 606 brelse(main_bm_bh); in ocfs2_complete_local_alloc_recovery() 963 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() argument [all …]
|
D | alloc.c | 7545 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_fs() local 7570 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_fs() 7575 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_fs() 7677 brelse(main_bm_bh); in ocfs2_trim_fs()
|