Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c307 xfs_btree_cur_t *bno_cur, /* cursor for by-block btree */ in xfs_alloc_fixup_trees() argument
344 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
350 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
356 if (bno_cur->bc_nlevels == 1 && cnt_cur->bc_nlevels == 1) { in xfs_alloc_fixup_trees()
360 bnoblock = XFS_BUF_TO_BLOCK(bno_cur->bc_bufs[0]); in xfs_alloc_fixup_trees()
421 if ((error = xfs_btree_delete(bno_cur, &i))) in xfs_alloc_fixup_trees()
428 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1))) in xfs_alloc_fixup_trees()
435 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()
438 if ((error = xfs_btree_insert(bno_cur, &i))) in xfs_alloc_fixup_trees()
655 xfs_btree_cur_t *bno_cur;/* by block-number btree cursor */ in xfs_alloc_ag_vextent_exact() local
[all …]