Home
last modified time | relevance | path

Searched refs:bc_ptrs (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_ialloc_btree.c123 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()
[all …]
Dxfs_alloc_btree.c115 ptr = cur->bc_ptrs[level]; in xfs_alloc_delrec()
413 cur->bc_ptrs[0]++; in xfs_alloc_delrec()
523 cur->bc_ptrs[level] += INT_GET(left->bb_numrecs, ARCH_CONVERT); in xfs_alloc_delrec()
587 cur->bc_ptrs[level]--; in xfs_alloc_delrec()
646 optr = ptr = cur->bc_ptrs[level]; in xfs_alloc_insrec()
698 optr = ptr = cur->bc_ptrs[level]; in xfs_alloc_insrec()
718 ptr = cur->bc_ptrs[level]; in xfs_alloc_insrec()
1038 cur->bc_ptrs[0] = dir != XFS_LOOKUP_LE; in xfs_alloc_lookup()
1113 cur->bc_ptrs[level] = keyno; in xfs_alloc_lookup()
1131 cur->bc_ptrs[0] = keyno; in xfs_alloc_lookup()
[all …]
Dxfs_bmap_btree.c295 (cur->bc_ptrs[0] << 16) | cur->bc_ptrs[1], in xfs_bmbt_trace_cursor()
296 (cur->bc_ptrs[2] << 16) | cur->bc_ptrs[3]); in xfs_bmbt_trace_cursor()
377 ptr = cur->bc_ptrs[level]; in xfs_bmbt_delrec()
580 cur->bc_ptrs[0]++; in xfs_bmbt_delrec()
685 cur->bc_ptrs[level] += lrecs; in xfs_bmbt_delrec()
692 cur->bc_ptrs[level]--; in xfs_bmbt_delrec()
725 ptr = cur->bc_ptrs[0]; in xfs_bmbt_get_rec()
783 optr = ptr = cur->bc_ptrs[level]; in xfs_bmbt_insrec()
838 optr = ptr = cur->bc_ptrs[level]; in xfs_bmbt_insrec()
859 ptr = cur->bc_ptrs[level]; in xfs_bmbt_insrec()
[all …]
Dxfs_btree.c439 new->bc_ptrs[i] = cur->bc_ptrs[i]; in xfs_btree_dup_cursor()
492 cur->bc_ptrs[level] = 1; in xfs_btree_firstrec()
706 cur->bc_ptrs[level] = INT_GET(block->bb_h.bb_numrecs, ARCH_CONVERT); in xfs_btree_lastrec()
Dxfs_ialloc_btree.h151 ((cur)->bc_ptrs[0] == \
Dxfs_btree.h173 int bc_ptrs[XFS_BTREE_MAXLEVELS]; /* key/record # */ member
Dxfs_alloc.c841 cnt_cur->bc_ptrs[0] = 1; in xfs_alloc_ag_vextent_near()
856 i = cnt_cur->bc_ptrs[0]; in xfs_alloc_ag_vextent_near()
883 besti = cnt_cur->bc_ptrs[0]; in xfs_alloc_ag_vextent_near()
895 cnt_cur->bc_ptrs[0] = besti; in xfs_alloc_ag_vextent_near()