Lines Matching defs:rptr
2452 union xfs_btree_ptr rptr; /* right block pointer */
2473 xfs_btree_get_sibling(cur, left, &rptr, XFS_BB_RIGHTSIB);
2474 if (xfs_btree_ptr_is_null(cur, &rptr))
2486 error = xfs_btree_read_buf_block(cur, &rptr, 0, &right, &rbp);
2622 union xfs_btree_ptr rptr; /* right sibling block ptr */
2648 error = cur->bc_ops->alloc_block(cur, &lptr, &rptr, stat);
2656 error = xfs_btree_get_buf_block(cur, &rptr, &right, &rbp);
2736 xfs_btree_set_sibling(cur, left, &rptr, XFS_BB_RIGHTSIB);
2750 xfs_btree_set_sibling(cur, rrblock, &rptr, XFS_BB_LEFTSIB);
2780 *ptrp = rptr;
2999 union xfs_btree_ptr rptr;
3005 cur->bc_ops->init_ptr_from_cur(cur, &rptr);
3008 error = cur->bc_ops->alloc_block(cur, &rptr, &lptr, stat);
3037 xfs_btree_get_sibling(cur, block, &rptr, XFS_BB_RIGHTSIB);
3038 if (!xfs_btree_ptr_is_null(cur, &rptr)) {
3043 error = xfs_btree_read_buf_block(cur, &rptr, 0, &right, &rbp);
3051 xfs_btree_buf_to_ptr(cur, rbp, &rptr);
3065 !xfs_btree_ptr_is_null(cur, &rptr));
3094 xfs_btree_ptr_addr(cur, 2, new), &rptr, 1);
3645 union xfs_btree_ptr rptr; /* right sibling block ptr */
3799 xfs_btree_get_sibling(cur, block, &rptr, XFS_BB_RIGHTSIB);
3808 if (xfs_btree_ptr_is_null(cur, &rptr) &&
3820 ASSERT(!xfs_btree_ptr_is_null(cur, &rptr) ||
3835 if (!xfs_btree_ptr_is_null(cur, &rptr)) {
3995 rptr = cptr;
4005 } else if (!xfs_btree_ptr_is_null(cur, &rptr) &&
4015 error = xfs_btree_read_buf_block(cur, &rptr, 0, &right, &rbp);
4255 union xfs_btree_ptr rptr;
4268 xfs_btree_get_sibling(cur, block, &rptr, XFS_BB_RIGHTSIB);
4269 if (xfs_btree_ptr_is_null(cur, &rptr))
4272 return xfs_btree_lookup_get_block(cur, level, &rptr, &block);