xfs_alloc_lookup_le  906 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i);
xfs_alloc_lookup_le 1302 fs/xfs/libxfs/xfs_alloc.c 	if ((error = xfs_alloc_lookup_le(bno_cur_lt, args->agbno, args->maxlen, &i)))
xfs_alloc_lookup_le 1727 fs/xfs/libxfs/xfs_alloc.c 	if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft)))
xfs_alloc_lookup_le  201 fs/xfs/libxfs/xfs_alloc.h xfs_alloc_lookup_le(
xfs_alloc_lookup_le  391 fs/xfs/scrub/agheader.c 	error = xfs_alloc_lookup_le(sc->sa.cnt_cur, 0, -1U, &have);
xfs_alloc_lookup_le   54 fs/xfs/scrub/alloc.c 	error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec);