Lines Matching refs:nptr
2895 union xfs_btree_ptr nptr; /* new block addr */
2910 error = cur->bc_ops->alloc_block(cur, pp, &nptr, stat);
2919 error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp);
2953 error = xfs_btree_debug_check_ptr(cur, &nptr, 0, level);
2957 xfs_btree_copy_ptrs(cur, pp, &nptr, 1);
2996 int nptr; /* new value for key index, 1 or 2 */
3047 nptr = 1;
3058 nptr = 2;
3099 cur->bc_ptrs[cur->bc_nlevels] = nptr;
3117 union xfs_btree_ptr *nptr, /* new btree ptr */
3167 error = xfs_btree_split(cur, level, nptr, key, ncur, stat);
3192 union xfs_btree_ptr nptr; /* new block ptr */
3255 xfs_btree_set_ptr_null(cur, &nptr);
3258 &optr, &ptr, &nptr, &ncur, lkey, stat);
3368 *ptrp = nptr;
3369 if (!xfs_btree_ptr_is_null(cur, &nptr)) {
3398 union xfs_btree_ptr nptr; /* new block number (split result) */
3410 xfs_btree_set_ptr_null(cur, &nptr);
3423 * Insert nrec/nptr into this level of the tree.
3424 * Note if we fail, nptr will be null.
3426 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key,
3446 (ncur || xfs_btree_ptr_is_null(cur, &nptr))) {
3458 } while (!xfs_btree_ptr_is_null(cur, &nptr));