Lines Matching refs:nptr
2984 union xfs_btree_ptr nptr; /* new block addr */
2999 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat);
3008 error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp);
3044 error = xfs_btree_debug_check_ptr(cur, &nptr, 0, level);
3048 xfs_btree_copy_ptrs(cur, pp, &nptr, 1);
3087 int nptr; /* new value for key index, 1 or 2 */
3138 nptr = 1;
3149 nptr = 2;
3190 cur->bc_levels[cur->bc_nlevels].ptr = nptr;
3209 union xfs_btree_ptr *nptr, /* new btree ptr */
3259 error = xfs_btree_split(cur, level, nptr, key, ncur, stat);
3284 union xfs_btree_ptr nptr; /* new block ptr */
3347 xfs_btree_set_ptr_null(cur, &nptr);
3350 &optr, &ptr, &nptr, &ncur, lkey, stat);
3460 *ptrp = nptr;
3461 if (!xfs_btree_ptr_is_null(cur, &nptr)) {
3490 union xfs_btree_ptr nptr; /* new block number (split result) */
3502 xfs_btree_set_ptr_null(cur, &nptr);
3515 * Insert nrec/nptr into this level of the tree.
3516 * Note if we fail, nptr will be null.
3518 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key,
3538 (ncur || xfs_btree_ptr_is_null(cur, &nptr))) {
3550 } while (!xfs_btree_ptr_is_null(cur, &nptr));