Searched refs:bno_cur (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_alloc.c | 268 xfs_btree_cur_t *bno_cur, /* cursor for by-block btree */ in xfs_alloc_fixup_trees() argument 302 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 308 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees() 317 if (bno_cur->bc_nlevels == 1 && in xfs_alloc_fixup_trees() 319 bnoblock = XFS_BUF_TO_ALLOC_BLOCK(bno_cur->bc_bufs[0]); in xfs_alloc_fixup_trees() 379 if ((error = xfs_alloc_delete(bno_cur, &i))) in xfs_alloc_fixup_trees() 386 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1))) in xfs_alloc_fixup_trees() 393 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees() 396 if ((error = xfs_alloc_insert(bno_cur, &i))) in xfs_alloc_fixup_trees() 648 xfs_btree_cur_t *bno_cur;/* by block-number btree cursor */ in xfs_alloc_ag_vextent_exact() local [all …]
|