Lines Matching defs:lptr
2328 union xfs_btree_ptr lptr; /* left btree pointer */
2349 xfs_btree_get_sibling(cur, right, &lptr, XFS_BB_LEFTSIB);
2350 if (xfs_btree_ptr_is_null(cur, &lptr))
2361 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp);
2690 union xfs_btree_ptr lptr; /* left sibling block ptr */
2716 xfs_btree_buf_to_ptr(cur, lbp, &lptr);
2719 error = cur->bc_ops->alloc_block(cur, &lptr, &rptr, stat);
2806 xfs_btree_set_sibling(cur, right, &lptr, XFS_BB_LEFTSIB);
3091 union xfs_btree_ptr lptr;
3099 error = cur->bc_ops->alloc_block(cur, &rptr, &lptr, stat);
3107 error = xfs_btree_get_buf_block(cur, &lptr, &new, &nbp);
3112 cur->bc_ops->set_root(cur, &lptr, 1);
3132 xfs_btree_buf_to_ptr(cur, lbp, &lptr);
3144 xfs_btree_get_sibling(cur, right, &lptr, XFS_BB_LEFTSIB);
3145 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp);
3155 ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) &&
3183 xfs_btree_ptr_addr(cur, 1, new), &lptr, 1);
3732 union xfs_btree_ptr lptr; /* left sibling block ptr */
3892 xfs_btree_get_sibling(cur, block, &lptr, XFS_BB_LEFTSIB);
3901 xfs_btree_ptr_is_null(cur, &lptr) &&
3913 !xfs_btree_ptr_is_null(cur, &lptr));
3992 if (!xfs_btree_ptr_is_null(cur, &lptr)) {
4013 if (!xfs_btree_ptr_is_null(cur, &lptr)) {
4080 if (!xfs_btree_ptr_is_null(cur, &lptr) &&
4090 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp);
4104 lptr = cptr;
4182 xfs_btree_set_sibling(cur, rrblock, &lptr, XFS_BB_LEFTSIB);
4391 union xfs_btree_ptr lptr;
4396 cur->bc_ops->init_ptr_from_cur(cur, &lptr);
4401 error = xfs_btree_lookup_get_block(cur, level, &lptr, &block);
4413 xfs_btree_copy_ptrs(cur, &lptr, ptr, 1);