Searched refs:main_bm_bh (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/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); 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() 966 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() argument [all …]
|
| D | alloc.c | 7337 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_fs() local 7361 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_fs() 7366 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_fs() 7424 brelse(main_bm_bh); in ocfs2_trim_fs()
|