Searched refs:bno_cur_lt (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.c738 xfs_btree_cur_t *bno_cur_lt; /* cursor for bno btree, left side */ local
775 bno_cur_lt = bno_cur_gt = NULL;
899 bno_cur_lt = xfs_btree_init_cursor(args->mp, args->tp,
904 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno,
908 xfs_btree_del_cursor(bno_cur_lt, XFS_BTREE_NOERROR);
927 bno_cur_lt = xfs_btree_init_cursor(args->mp, args->tp, args->agbp,
932 if ((error = xfs_alloc_lookup_le(bno_cur_lt, args->agbno, args->maxlen, &i)))
939 bno_cur_gt = bno_cur_lt;
940 bno_cur_lt = NULL;
945 else if ((error = xfs_btree_dup_cursor(bno_cur_lt,
[all...]

Completed in 41 milliseconds