Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dresize.c269 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend()
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()
306 /* main_bm_bh is validated by inode read inside ocfs2_inode_lock(), 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()
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_WRIT in ocfs2_group_add()
261 struct buffer_head *main_bm_bh = NULL; ocfs2_group_extend() local
450 struct buffer_head *main_bm_bh = NULL; ocfs2_group_add() local
[all...]
H A Dlocalalloc.c48 struct buffer_head *main_bm_bh);
373 struct buffer_head *main_bm_bh = NULL; in ocfs2_shutdown_local_alloc()
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()
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()
946 struct buffer_head *main_bm_bh)
372 struct buffer_head *main_bm_bh = NULL; ocfs2_shutdown_local_alloc() local
551 struct buffer_head *main_bm_bh = NULL; ocfs2_complete_local_alloc_recovery() local
951 ocfs2_sync_local_to_main(struct ocfs2_super * osb,handle_t * handle,struct ocfs2_dinode * alloc,struct inode * main_bm_inode,struct buffer_head * main_bm_bh) ocfs2_sync_local_to_main() argument
1238 struct buffer_head *main_bm_bh = NULL; ocfs2_local_alloc_slide_window() local
[all...]
H A Dalloc.c7539 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_mainbm() local
7566 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_mainbm()
7571 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_mainbm()
7636 brelse(main_bm_bh); in ocfs2_trim_mainbm()
7637 main_bm_bh = NULL; in ocfs2_trim_mainbm()