Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_alloc.c299 xfs_btree_cur_t *cnt_cur, /* cursor for by-size btree */ in xfs_alloc_fixup_trees() argument
319 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
325 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
346 if (bno_cur->bc_nlevels == 1 && cnt_cur->bc_nlevels == 1) { in xfs_alloc_fixup_trees()
351 cntblock = XFS_BUF_TO_BLOCK(cnt_cur->bc_bufs[0]); in xfs_alloc_fixup_trees()
382 if ((error = xfs_btree_delete(cnt_cur, &i))) in xfs_alloc_fixup_trees()
389 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i))) in xfs_alloc_fixup_trees()
392 if ((error = xfs_btree_insert(cnt_cur, &i))) in xfs_alloc_fixup_trees()
397 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()
400 if ((error = xfs_btree_insert(cnt_cur, &i))) in xfs_alloc_fixup_trees()
[all …]