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, int ex, struct folio *folio)
2552 ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK);
2562 if (ocfs2_inode_lock(inode, ret_bh, ex) == 0)
2673 struct buffer_head **ret_bh,
2691 status = ocfs2_inode_lock_full(inode, ret_bh, ex, 0);
2717 if (ret_bh) {
2718 status = ocfs2_inode_lock_full(inode, ret_bh, ex,