Lines Matching refs:bc_ptrs
123 ptr = cur->bc_ptrs[level]; in xfs_inobt_delrec()
372 cur->bc_ptrs[0]++; in xfs_inobt_delrec()
482 cur->bc_ptrs[level] += lrecs; in xfs_inobt_delrec()
533 cur->bc_ptrs[level]--; in xfs_inobt_delrec()
588 optr = ptr = cur->bc_ptrs[level]; in xfs_inobt_insrec()
640 optr = ptr = cur->bc_ptrs[level]; in xfs_inobt_insrec()
659 ptr = cur->bc_ptrs[level]; in xfs_inobt_insrec()
948 cur->bc_ptrs[0] = dir != XFS_LOOKUP_LE; in xfs_inobt_lookup()
1014 cur->bc_ptrs[level] = keyno; in xfs_inobt_lookup()
1032 cur->bc_ptrs[0] = keyno; in xfs_inobt_lookup()
1042 cur->bc_ptrs[0] = keyno; in xfs_inobt_lookup()
1100 if (cur->bc_ptrs[level] <= 1) { in xfs_inobt_lshift()
1190 cur->bc_ptrs[level]--; in xfs_inobt_lshift()
1336 cur->bc_ptrs[cur->bc_nlevels] = nptr; in xfs_inobt_newroot()
1387 if (cur->bc_ptrs[level] >= INT_GET(left->bb_numrecs, ARCH_CONVERT)) { in xfs_inobt_rshift()
1547 cur->bc_ptrs[level] <= INT_GET(right->bb_numrecs, ARCH_CONVERT) + 1) in xfs_inobt_split()
1613 if (cur->bc_ptrs[level] > INT_GET(left->bb_numrecs, ARCH_CONVERT) + 1) { in xfs_inobt_split()
1615 cur->bc_ptrs[level] -= INT_GET(left->bb_numrecs, ARCH_CONVERT); in xfs_inobt_split()
1624 (*curp)->bc_ptrs[level + 1]++; in xfs_inobt_split()
1662 ptr = cur->bc_ptrs[level]; in xfs_inobt_updkey()
1697 if (--cur->bc_ptrs[level] > 0) { in xfs_inobt_decrement()
1722 if (--cur->bc_ptrs[lev] > 0) in xfs_inobt_decrement()
1742 agbno = INT_GET(*XFS_INOBT_PTR_ADDR(block, cur->bc_ptrs[lev], cur), ARCH_CONVERT); in xfs_inobt_decrement()
1752 cur->bc_ptrs[lev] = INT_GET(block->bb_numrecs, ARCH_CONVERT); in xfs_inobt_decrement()
1783 if (cur->bc_ptrs[level] == 0) { in xfs_inobt_delete()
1816 ptr = cur->bc_ptrs[0]; in xfs_inobt_get_rec()
1880 if (++cur->bc_ptrs[level] <= INT_GET(block->bb_numrecs, ARCH_CONVERT)) { in xfs_inobt_increment()
1902 if (++cur->bc_ptrs[lev] <= INT_GET(block->bb_numrecs, ARCH_CONVERT)) in xfs_inobt_increment()
1922 agbno = INT_GET(*XFS_INOBT_PTR_ADDR(block, cur->bc_ptrs[lev], cur), ARCH_CONVERT); in xfs_inobt_increment()
1932 cur->bc_ptrs[lev] = 1; in xfs_inobt_increment()
2082 ptr = cur->bc_ptrs[0]; in xfs_inobt_update()