Lines Matching refs:ret_bh
2293 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument
2301 *ret_bh = passed_bh; in ocfs2_assign_bh()
2302 get_bh(*ret_bh); in ocfs2_assign_bh()
2307 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh()
2319 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument
2402 if (ret_bh) { in ocfs2_inode_lock_full_nested()
2403 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested()
2412 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested()
2413 brelse(*ret_bh); in ocfs2_inode_lock_full_nested()
2414 *ret_bh = NULL; in ocfs2_inode_lock_full_nested()
2449 struct buffer_head **ret_bh, in ocfs2_inode_lock_with_page() argument
2455 ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK); in ocfs2_inode_lock_with_page()
2458 if (ocfs2_inode_lock(inode, ret_bh, ex) == 0) in ocfs2_inode_lock_with_page()