bno_cur_lt       1092 fs/xfs/libxfs/xfs_alloc.c 	xfs_btree_cur_t	*bno_cur_lt;	/* cursor for bno btree, left side */
bno_cur_lt       1133 fs/xfs/libxfs/xfs_alloc.c 	bno_cur_lt = NULL;
bno_cur_lt       1268 fs/xfs/libxfs/xfs_alloc.c 		bno_cur_lt = xfs_allocbt_init_cursor(args->mp, args->tp,
bno_cur_lt       1273 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno,
bno_cur_lt       1277 fs/xfs/libxfs/xfs_alloc.c 		xfs_btree_del_cursor(bno_cur_lt, XFS_BTREE_NOERROR);
bno_cur_lt       1297 fs/xfs/libxfs/xfs_alloc.c 	bno_cur_lt = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp,
bno_cur_lt       1302 fs/xfs/libxfs/xfs_alloc.c 	if ((error = xfs_alloc_lookup_le(bno_cur_lt, args->agbno, args->maxlen, &i)))
bno_cur_lt       1309 fs/xfs/libxfs/xfs_alloc.c 		bno_cur_gt = bno_cur_lt;
bno_cur_lt       1310 fs/xfs/libxfs/xfs_alloc.c 		bno_cur_lt = NULL;
bno_cur_lt       1315 fs/xfs/libxfs/xfs_alloc.c 	else if ((error = xfs_btree_dup_cursor(bno_cur_lt, &bno_cur_gt)))
bno_cur_lt       1336 fs/xfs/libxfs/xfs_alloc.c 		if (bno_cur_lt) {
bno_cur_lt       1337 fs/xfs/libxfs/xfs_alloc.c 			if ((error = xfs_alloc_get_rec(bno_cur_lt, &ltbno, &ltlen, &i)))
bno_cur_lt       1344 fs/xfs/libxfs/xfs_alloc.c 			if ((error = xfs_btree_decrement(bno_cur_lt, 0, &i)))
bno_cur_lt       1347 fs/xfs/libxfs/xfs_alloc.c 				xfs_btree_del_cursor(bno_cur_lt,
bno_cur_lt       1349 fs/xfs/libxfs/xfs_alloc.c 				bno_cur_lt = NULL;
bno_cur_lt       1368 fs/xfs/libxfs/xfs_alloc.c 	} while (bno_cur_lt || bno_cur_gt);
bno_cur_lt       1373 fs/xfs/libxfs/xfs_alloc.c 	if (bno_cur_lt && bno_cur_gt) {
bno_cur_lt       1385 fs/xfs/libxfs/xfs_alloc.c 						&bno_cur_lt, &bno_cur_gt,
bno_cur_lt       1402 fs/xfs/libxfs/xfs_alloc.c 						&bno_cur_gt, &bno_cur_lt,
bno_cur_lt       1415 fs/xfs/libxfs/xfs_alloc.c 	if (bno_cur_lt == NULL && bno_cur_gt == NULL) {
bno_cur_lt       1435 fs/xfs/libxfs/xfs_alloc.c 		bno_cur_lt = bno_cur_gt;
bno_cur_lt       1459 fs/xfs/libxfs/xfs_alloc.c 	if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, ltlen,
bno_cur_lt       1469 fs/xfs/libxfs/xfs_alloc.c 	xfs_btree_del_cursor(bno_cur_lt, XFS_BTREE_NOERROR);
bno_cur_lt       1476 fs/xfs/libxfs/xfs_alloc.c 	if (bno_cur_lt != NULL)
bno_cur_lt       1477 fs/xfs/libxfs/xfs_alloc.c 		xfs_btree_del_cursor(bno_cur_lt, XFS_BTREE_ERROR);