Lines Matching refs:ret_bh
2257 struct buffer_head **ret_bh, in ocfs2_assign_bh() argument
2265 *ret_bh = passed_bh; in ocfs2_assign_bh()
2266 get_bh(*ret_bh); in ocfs2_assign_bh()
2271 status = ocfs2_read_inode_block(inode, ret_bh); in ocfs2_assign_bh()
2283 struct buffer_head **ret_bh, in ocfs2_inode_lock_full_nested() argument
2366 if (ret_bh) { in ocfs2_inode_lock_full_nested()
2367 status = ocfs2_assign_bh(inode, ret_bh, local_bh); in ocfs2_inode_lock_full_nested()
2376 if (ret_bh && (*ret_bh)) { in ocfs2_inode_lock_full_nested()
2377 brelse(*ret_bh); in ocfs2_inode_lock_full_nested()
2378 *ret_bh = NULL; in ocfs2_inode_lock_full_nested()
2413 struct buffer_head **ret_bh, in ocfs2_inode_lock_with_page() argument
2419 ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK); in ocfs2_inode_lock_with_page()
2422 if (ocfs2_inode_lock(inode, ret_bh, ex) == 0) in ocfs2_inode_lock_with_page()