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