bno_cur_gt       1091 fs/xfs/libxfs/xfs_alloc.c 	xfs_btree_cur_t	*bno_cur_gt;	/* cursor for bno btree, right side */
bno_cur_gt       1134 fs/xfs/libxfs/xfs_alloc.c 	bno_cur_gt = NULL;
bno_cur_gt       1309 fs/xfs/libxfs/xfs_alloc.c 		bno_cur_gt = bno_cur_lt;
bno_cur_gt       1315 fs/xfs/libxfs/xfs_alloc.c 	else if ((error = xfs_btree_dup_cursor(bno_cur_lt, &bno_cur_gt)))
bno_cur_gt       1321 fs/xfs/libxfs/xfs_alloc.c 	if ((error = xfs_btree_increment(bno_cur_gt, 0, &i)))
bno_cur_gt       1327 fs/xfs/libxfs/xfs_alloc.c 		xfs_btree_del_cursor(bno_cur_gt, XFS_BTREE_NOERROR);
bno_cur_gt       1328 fs/xfs/libxfs/xfs_alloc.c 		bno_cur_gt = NULL;
bno_cur_gt       1352 fs/xfs/libxfs/xfs_alloc.c 		if (bno_cur_gt) {
bno_cur_gt       1353 fs/xfs/libxfs/xfs_alloc.c 			if ((error = xfs_alloc_get_rec(bno_cur_gt, &gtbno, &gtlen, &i)))
bno_cur_gt       1360 fs/xfs/libxfs/xfs_alloc.c 			if ((error = xfs_btree_increment(bno_cur_gt, 0, &i)))
bno_cur_gt       1363 fs/xfs/libxfs/xfs_alloc.c 				xfs_btree_del_cursor(bno_cur_gt,
bno_cur_gt       1365 fs/xfs/libxfs/xfs_alloc.c 				bno_cur_gt = NULL;
bno_cur_gt       1368 fs/xfs/libxfs/xfs_alloc.c 	} while (bno_cur_lt || bno_cur_gt);
bno_cur_gt       1373 fs/xfs/libxfs/xfs_alloc.c 	if (bno_cur_lt && bno_cur_gt) {
bno_cur_gt       1385 fs/xfs/libxfs/xfs_alloc.c 						&bno_cur_lt, &bno_cur_gt,
bno_cur_gt       1402 fs/xfs/libxfs/xfs_alloc.c 						&bno_cur_gt, &bno_cur_lt,
bno_cur_gt       1415 fs/xfs/libxfs/xfs_alloc.c 	if (bno_cur_lt == NULL && bno_cur_gt == NULL) {
bno_cur_gt       1434 fs/xfs/libxfs/xfs_alloc.c 	if (bno_cur_gt) {
bno_cur_gt       1435 fs/xfs/libxfs/xfs_alloc.c 		bno_cur_lt = bno_cur_gt;
bno_cur_gt       1436 fs/xfs/libxfs/xfs_alloc.c 		bno_cur_gt = NULL;
bno_cur_gt       1478 fs/xfs/libxfs/xfs_alloc.c 	if (bno_cur_gt != NULL)
bno_cur_gt       1479 fs/xfs/libxfs/xfs_alloc.c 		xfs_btree_del_cursor(bno_cur_gt, XFS_BTREE_ERROR);