xfs_alloc_lookup_le
error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i);
error = xfs_alloc_lookup_le(acur->bnolt, args->agbno, 0, &i);
if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft)))
xfs_alloc_lookup_le(
error = xfs_alloc_lookup_le(sc->sa.cnt_cur, 0, -1U, &have);
error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec);
error = xfs_alloc_lookup_le(cur, tcur->start, 0, &i);
error = xfs_alloc_lookup_le(cur, tcur->start, tcur->count, &i);