Lines Matching defs:ret_bh
2401 struct buffer_head **ret_bh,
2409 *ret_bh = passed_bh;
2410 get_bh(*ret_bh);
2415 status = ocfs2_read_inode_block(inode, ret_bh);
2427 struct buffer_head **ret_bh,
2509 if (ret_bh) {
2510 status = ocfs2_assign_bh(inode, ret_bh, local_bh);
2519 if (ret_bh && (*ret_bh)) {
2520 brelse(*ret_bh);
2521 *ret_bh = NULL;
2548 struct buffer_head **ret_bh,
2554 ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK);
2564 if (ocfs2_inode_lock(inode, ret_bh, ex) == 0)
2675 struct buffer_head **ret_bh,
2693 status = ocfs2_inode_lock_full(inode, ret_bh, ex, 0);
2719 if (ret_bh) {
2720 status = ocfs2_inode_lock_full(inode, ret_bh, ex,