Searched refs:cnt_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.c253 xfs_btree_cur_t *cnt_cur, /* cursor for by-size btree */
273 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i)))
279 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i)))
304 cnt_cur->bc_nlevels == 1) {
306 cntblock = XFS_BUF_TO_ALLOC_BLOCK(cnt_cur->bc_bufs[0]);
337 if ((error = xfs_alloc_delete(cnt_cur, &i)))
344 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i)))
347 if ((error = xfs_alloc_insert(cnt_cur, &i)))
352 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i)))
355 if ((error = xfs_alloc_insert(cnt_cur,
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
632 xfs_btree_cur_t *cnt_cur;/* by count btree cursor */ local
739 xfs_btree_cur_t *cnt_cur; /* cursor for count btree */ local
1269 xfs_btree_cur_t *cnt_cur; /* cursor for cnt btree */ local
1516 xfs_btree_cur_t *cnt_cur; /* cursor for by-size btree */ local
[all...]

Completed in 41 milliseconds