Lines Matching refs:ret_bh
2385 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument
2393 *ret_bh = passed_bh; in ocfs2_assign_bh()
2394 get_bh(*ret_bh); in ocfs2_assign_bh()
2399 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh()
2411 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument
2493 if (ret_bh) { in ocfs2_inode_lock_full_nested()
2494 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested()
2503 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested()
2504 brelse(*ret_bh); in ocfs2_inode_lock_full_nested()
2505 *ret_bh = NULL; in ocfs2_inode_lock_full_nested()
2532 struct buffer_head **ret_bh, in ocfs2_inode_lock_with_page() argument
2538 ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK); in ocfs2_inode_lock_with_page()
2548 if (ocfs2_inode_lock(inode, ret_bh, ex) == 0) in ocfs2_inode_lock_with_page()
2659 struct buffer_head **ret_bh, in ocfs2_inode_lock_tracker() argument
2677 status = ocfs2_inode_lock_full(inode, ret_bh, ex, 0); in ocfs2_inode_lock_tracker()
2703 if (ret_bh) { in ocfs2_inode_lock_tracker()
2704 status = ocfs2_inode_lock_full(inode, ret_bh, ex, in ocfs2_inode_lock_tracker()