Searched defs:main_bm_bh (Results 1 - 3 of 3) sorted by relevance

/fs/ocfs2/
H A Dresize.c268 struct buffer_head *main_bm_bh = NULL; local
297 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1);
303 fe = (struct ocfs2_dinode *)main_bm_bh->b_data;
305 /* main_bm_bh is validated by inode read inside ocfs2_inode_lock(),
350 main_bm_bh, group_bh,
364 brelse(main_bm_bh);
457 struct buffer_head *main_bm_bh = NULL; local
482 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1);
488 fe = (struct ocfs2_dinode *)main_bm_bh->b_data;
541 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRIT
[all...]
H A Dlocalalloc.c64 struct buffer_head *main_bm_bh);
384 struct buffer_head *main_bm_bh = NULL; local
420 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1);
459 main_bm_inode, main_bm_bh);
467 brelse(main_bm_bh);
564 struct buffer_head *main_bm_bh = NULL; local
578 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1);
596 main_bm_inode, main_bm_bh);
608 brelse(main_bm_bh);
967 struct buffer_head *main_bm_bh)
963 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) argument
1254 struct buffer_head *main_bm_bh = NULL; local
[all...]
H A Dalloc.c7302 struct buffer_head *main_bm_bh = NULL; local
7326 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0);
7331 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data;
7389 brelse(main_bm_bh);

Completed in 61 milliseconds