Searched refs:bno_cur_gt (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.c671 xfs_btree_cur_t *bno_cur_gt; /* cursor for bno btree, right side */ local
704 bno_cur_lt = bno_cur_gt = NULL;
868 bno_cur_gt = bno_cur_lt;
874 else if ((error = xfs_btree_dup_cursor(bno_cur_lt, &bno_cur_gt)))
880 if ((error = xfs_btree_increment(bno_cur_gt, 0, &i)))
886 xfs_btree_del_cursor(bno_cur_gt, XFS_BTREE_NOERROR);
887 bno_cur_gt = NULL;
911 if (bno_cur_gt) {
912 if ((error = xfs_alloc_get_rec(bno_cur_gt, &gtbno, &gtlen, &i)))
919 if ((error = xfs_btree_increment(bno_cur_gt,
[all...]

Completed in 27 milliseconds