Home
last modified time | relevance | path

Searched refs:main_bm_bh (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/ocfs2/
Dresize.c274 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend() local
303 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_extend()
309 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_extend()
356 main_bm_bh, group_bh, in ocfs2_group_extend()
370 brelse(main_bm_bh); in ocfs2_group_extend()
463 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_add() local
487 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_add()
493 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_add()
545 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_group_add()
565 ocfs2_journal_dirty(handle, main_bm_bh); in ocfs2_group_add()
[all …]
Dlocalalloc.c64 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()
565 struct buffer_head *main_bm_bh = NULL; in ocfs2_complete_local_alloc_recovery() local
579 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_complete_local_alloc_recovery()
597 main_bm_inode, main_bm_bh); in ocfs2_complete_local_alloc_recovery()
609 brelse(main_bm_bh); in ocfs2_complete_local_alloc_recovery()
930 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() argument
[all …]
Dalloc.c7255 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_fs() local
7285 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_fs()
7290 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_fs()
7346 brelse(main_bm_bh); in ocfs2_trim_fs()