Searched refs:cnt_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.c308 xfs_btree_cur_t *cnt_cur, /* cursor for by-size btree */
328 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i)))
334 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i)))
355 if (bno_cur->bc_nlevels == 1 && cnt_cur->bc_nlevels == 1) {
360 cntblock = XFS_BUF_TO_BLOCK(cnt_cur->bc_bufs[0]);
391 if ((error = xfs_btree_delete(cnt_cur, &i)))
398 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i)))
401 if ((error = xfs_btree_insert(cnt_cur, &i)))
406 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i)))
409 if ((error = xfs_btree_insert(cnt_cur,
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
568 xfs_btree_cur_t *cnt_cur;/* by count btree cursor */ local
673 xfs_btree_cur_t *cnt_cur; /* cursor for count btree */ local
1202 xfs_btree_cur_t *cnt_cur; /* cursor for cnt btree */ local
1444 xfs_btree_cur_t *cnt_cur; /* cursor for by-size btree */ local
[all...]

Completed in 59 milliseconds