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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc.c254 xfs_btree_cur_t *bno_cur, /* cursor for by-block btree */
288 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i)))
294 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i)))
303 if (bno_cur->bc_nlevels == 1 &&
305 bnoblock = XFS_BUF_TO_ALLOC_BLOCK(bno_cur->bc_bufs[0]);
366 if ((error = xfs_alloc_delete(bno_cur, &i)))
373 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1)))
380 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i)))
383 if ((error = xfs_alloc_insert(bno_cur, &i)))
631 xfs_btree_cur_t *bno_cur;/* b local
252 xfs_alloc_fixup_trees( xfs_btree_cur_t *cnt_cur, xfs_btree_cur_t *bno_cur, xfs_agblock_t fbno, xfs_extlen_t flen, xfs_agblock_t rbno, xfs_extlen_t rlen, int flags) argument
1268 xfs_btree_cur_t *bno_cur; /* cursor for bno btree */ local
1515 xfs_btree_cur_t *bno_cur; /* cursor for by-block btree */ local
[all...]

Completed in 44 milliseconds