Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.c267 xfs_btree_cur_t *cnt_cur, /* cursor for by-size btree */ in xfs_alloc_fixup_trees() argument
287 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
293 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
318 cnt_cur->bc_nlevels == 1) { in xfs_alloc_fixup_trees()
320 cntblock = XFS_BUF_TO_ALLOC_BLOCK(cnt_cur->bc_bufs[0]); in xfs_alloc_fixup_trees()
350 if ((error = xfs_alloc_delete(cnt_cur, &i))) in xfs_alloc_fixup_trees()
357 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i))) in xfs_alloc_fixup_trees()
360 if ((error = xfs_alloc_insert(cnt_cur, &i))) in xfs_alloc_fixup_trees()
365 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i))) in xfs_alloc_fixup_trees()
368 if ((error = xfs_alloc_insert(cnt_cur, &i))) in xfs_alloc_fixup_trees()
[all …]