Lines Matching defs:lptr
2257 union xfs_btree_ptr lptr; /* left btree pointer */
2278 xfs_btree_get_sibling(cur, right, &lptr, XFS_BB_LEFTSIB);
2279 if (xfs_btree_ptr_is_null(cur, &lptr))
2290 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp);
2619 union xfs_btree_ptr lptr; /* left sibling block ptr */
2645 xfs_btree_buf_to_ptr(cur, lbp, &lptr);
2648 error = cur->bc_ops->alloc_block(cur, &lptr, &rptr, stat);
2735 xfs_btree_set_sibling(cur, right, &lptr, XFS_BB_LEFTSIB);
3000 union xfs_btree_ptr lptr;
3008 error = cur->bc_ops->alloc_block(cur, &rptr, &lptr, stat);
3016 error = xfs_btree_get_buf_block(cur, &lptr, &new, &nbp);
3021 cur->bc_ops->set_root(cur, &lptr, 1);
3041 xfs_btree_buf_to_ptr(cur, lbp, &lptr);
3053 xfs_btree_get_sibling(cur, right, &lptr, XFS_BB_LEFTSIB);
3054 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp);
3064 ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) &&
3092 xfs_btree_ptr_addr(cur, 1, new), &lptr, 1);
3640 union xfs_btree_ptr lptr; /* left sibling block ptr */
3800 xfs_btree_get_sibling(cur, block, &lptr, XFS_BB_LEFTSIB);
3809 xfs_btree_ptr_is_null(cur, &lptr) &&
3821 !xfs_btree_ptr_is_null(cur, &lptr));
3900 if (!xfs_btree_ptr_is_null(cur, &lptr)) {
3921 if (!xfs_btree_ptr_is_null(cur, &lptr)) {
3988 if (!xfs_btree_ptr_is_null(cur, &lptr) &&
3998 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp);
4012 lptr = cptr;
4090 xfs_btree_set_sibling(cur, rrblock, &lptr, XFS_BB_LEFTSIB);
4284 union xfs_btree_ptr lptr;
4289 cur->bc_ops->init_ptr_from_cur(cur, &lptr);
4294 error = xfs_btree_lookup_get_block(cur, level, &lptr, &block);
4306 xfs_btree_copy_ptrs(cur, &lptr, ptr, 1);