Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.c321 xfs_btree_cur_t *bno_cur, /* cursor for by-block btree */ in xfs_alloc_fixup_trees() argument
358 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
364 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
370 if (bno_cur->bc_nlevels == 1 && cnt_cur->bc_nlevels == 1) { in xfs_alloc_fixup_trees()
374 bnoblock = XFS_BUF_TO_BLOCK(bno_cur->bc_bufs[0]); in xfs_alloc_fixup_trees()
435 if ((error = xfs_btree_delete(bno_cur, &i))) in xfs_alloc_fixup_trees()
442 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1))) in xfs_alloc_fixup_trees()
449 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()
452 if ((error = xfs_btree_insert(bno_cur, &i))) in xfs_alloc_fixup_trees()
672 xfs_btree_cur_t *bno_cur;/* by block-number btree cursor */ in xfs_alloc_ag_vextent_exact() local
[all …]