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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.c309 xfs_btree_cur_t *bno_cur, /* cursor for by-block btree */
343 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i)))
349 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i)))
355 if (bno_cur->bc_nlevels == 1 && cnt_cur->bc_nlevels == 1) {
359 bnoblock = XFS_BUF_TO_BLOCK(bno_cur->bc_bufs[0]);
420 if ((error = xfs_btree_delete(bno_cur, &i)))
427 if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1)))
434 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i)))
437 if ((error = xfs_btree_insert(bno_cur, &i)))
567 xfs_btree_cur_t *bno_cur;/* b local
307 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
1201 xfs_btree_cur_t *bno_cur; /* cursor for bno btree */ local
1443 xfs_btree_cur_t *bno_cur; /* cursor for by-block btree */ local
[all...]

Completed in 67 milliseconds