Searched refs:main_bm_bh (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | resize.c | 269 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend() local 298 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_extend() 304 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_extend() 351 main_bm_bh, group_bh, in ocfs2_group_extend() 365 brelse(main_bm_bh); in ocfs2_group_extend() 458 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_add() local 483 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_add() 489 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_add() 542 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_group_add() 563 ocfs2_journal_dirty(handle, main_bm_bh); in ocfs2_group_add() [all …]
|
| H A D | localalloc.c | 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() 944 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() argument [all …]
|
| H A D | suballoc.c | 2662 struct buffer_head *main_bm_bh = NULL; in _ocfs2_reclaim_suballoc_to_main() local 2759 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in _ocfs2_reclaim_suballoc_to_main() 2765 fe = (struct ocfs2_dinode *) main_bm_bh->b_data; in _ocfs2_reclaim_suballoc_to_main() 2797 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRITE); in _ocfs2_reclaim_suballoc_to_main() 2812 ocfs2_journal_dirty(handle, main_bm_bh); in _ocfs2_reclaim_suballoc_to_main() 2819 brelse(main_bm_bh); in _ocfs2_reclaim_suballoc_to_main()
|
| H A D | alloc.c | 7560 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_mainbm() local 7587 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_mainbm() 7592 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_mainbm() 7657 brelse(main_bm_bh); in ocfs2_trim_mainbm() 7658 main_bm_bh = NULL; in ocfs2_trim_mainbm()
|