Home
last modified time | relevance | path

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

/fs/ocfs2/
Dresize.c261 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend() local
290 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_extend()
296 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_extend()
343 main_bm_bh, group_bh, in ocfs2_group_extend()
357 brelse(main_bm_bh); in ocfs2_group_extend()
450 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_add() local
475 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_add()
481 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_add()
534 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_group_add()
555 ocfs2_journal_dirty(handle, main_bm_bh); in ocfs2_group_add()
[all …]
Dlocalalloc.c48 struct buffer_head *main_bm_bh);
372 struct buffer_head *main_bm_bh = NULL; in ocfs2_shutdown_local_alloc() local
409 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_shutdown_local_alloc()
447 main_bm_inode, main_bm_bh); in ocfs2_shutdown_local_alloc()
455 brelse(main_bm_bh); in ocfs2_shutdown_local_alloc()
551 struct buffer_head *main_bm_bh = NULL; in ocfs2_complete_local_alloc_recovery() local
565 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_complete_local_alloc_recovery()
583 main_bm_inode, main_bm_bh); in ocfs2_complete_local_alloc_recovery()
595 brelse(main_bm_bh); in ocfs2_complete_local_alloc_recovery()
951 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() argument
[all …]
Dalloc.c7525 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_mainbm() local
7552 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_mainbm()
7557 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_mainbm()
7622 brelse(main_bm_bh); in ocfs2_trim_mainbm()
7623 main_bm_bh = NULL; in ocfs2_trim_mainbm()