Lines Matching refs:tcur
153 struct xfs_alloc_rec_incore *tcur,
180 if (tcur->ar_startblock == NULLAGBLOCK)
181 error = xfs_alloc_lookup_ge(cur, 0, tcur->ar_blockcount, &i);
183 error = xfs_alloc_lookup_le(cur, tcur->ar_startblock,
184 tcur->ar_blockcount, &i);
189 tcur->ar_blockcount = 0;
216 tcur->ar_startblock = fbno;
217 tcur->ar_blockcount = flen;
234 tcur->ar_blockcount = 0;
271 tcur->ar_blockcount = 0;
305 struct xfs_alloc_rec_incore tcur = {
325 &tcur, extents, blocks_trimmed);
348 } while (tcur.ar_blockcount != 0);