Lines Matching refs:ret_bh
2391 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument
2399 *ret_bh = passed_bh; in ocfs2_assign_bh()
2400 get_bh(*ret_bh); in ocfs2_assign_bh()
2405 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh()
2417 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument
2499 if (ret_bh) { in ocfs2_inode_lock_full_nested()
2500 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested()
2509 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested()
2510 brelse(*ret_bh); in ocfs2_inode_lock_full_nested()
2511 *ret_bh = NULL; in ocfs2_inode_lock_full_nested()
2538 struct buffer_head **ret_bh, in ocfs2_inode_lock_with_page() argument
2544 ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK); in ocfs2_inode_lock_with_page()
2554 if (ocfs2_inode_lock(inode, ret_bh, ex) == 0) in ocfs2_inode_lock_with_page()
2665 struct buffer_head **ret_bh, in ocfs2_inode_lock_tracker() argument
2683 status = ocfs2_inode_lock_full(inode, ret_bh, ex, 0); in ocfs2_inode_lock_tracker()
2709 if (ret_bh) { in ocfs2_inode_lock_tracker()
2710 status = ocfs2_inode_lock_full(inode, ret_bh, ex, in ocfs2_inode_lock_tracker()