xfs_inobt_lookup  191 fs/xfs/libxfs/xfs_ialloc.c 		error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i);
xfs_inobt_lookup  229 fs/xfs/libxfs/xfs_ialloc.c 		error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i);
xfs_inobt_lookup  537 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i);
xfs_inobt_lookup 1076 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i);
xfs_inobt_lookup 1161 fs/xfs/libxfs/xfs_ialloc.c 		error = xfs_inobt_lookup(cur, pagino, XFS_LOOKUP_LE, &i);
xfs_inobt_lookup 1298 fs/xfs/libxfs/xfs_ialloc.c 		error = xfs_inobt_lookup(cur, be32_to_cpu(agi->agi_newino),
xfs_inobt_lookup 1321 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i);
xfs_inobt_lookup 1388 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(lcur, pagino, XFS_LOOKUP_LE, &i);
xfs_inobt_lookup 1412 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(rcur, pagino, XFS_LOOKUP_GE, &j);
xfs_inobt_lookup 1467 fs/xfs/libxfs/xfs_ialloc.c 		error = xfs_inobt_lookup(cur, be32_to_cpu(agi->agi_newino),
xfs_inobt_lookup 1483 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i);
xfs_inobt_lookup 1510 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(cur, frec->ir_startino, XFS_LOOKUP_EQ, &i);
xfs_inobt_lookup 1931 fs/xfs/libxfs/xfs_ialloc.c 	if ((error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i))) {
xfs_inobt_lookup 2046 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(cur, ibtrec->ir_startino, XFS_LOOKUP_EQ, &i);
xfs_inobt_lookup 2237 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i);
xfs_inobt_lookup 2663 fs/xfs/libxfs/xfs_ialloc.c 	error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record);
xfs_inobt_lookup  120 fs/xfs/libxfs/xfs_ialloc.h int xfs_inobt_lookup(struct xfs_btree_cur *cur, xfs_agino_t ino,
xfs_inobt_lookup  438 fs/xfs/scrub/inode.c 	error = xfs_inobt_lookup(sc->sa.fino_cur, agino, XFS_LOOKUP_LE,
xfs_inobt_lookup  276 fs/xfs/xfs_iwalk.c 		return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more);
xfs_inobt_lookup  285 fs/xfs/xfs_iwalk.c 	error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more);
xfs_inobt_lookup  374 fs/xfs/xfs_iwalk.c 	return xfs_inobt_lookup(*curpp, restart, XFS_LOOKUP_GE, has_more);