Searched refs:xfs_inobt_lookup (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.h74 int xfs_inobt_lookup(struct xfs_btree_cur *cur, xfs_agino_t ino,
H A Dxfs_ialloc.c36 xfs_inobt_lookup( function
224 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i);
261 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i);
563 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i);
659 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i);
1022 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i);
1107 error = xfs_inobt_lookup(cur, pagino, XFS_LOOKUP_LE, &i);
1252 error = xfs_inobt_lookup(cur, be32_to_cpu(agi->agi_newino),
1275 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i);
1352 error = xfs_inobt_lookup(lcu
[all...]
/linux-master/fs/xfs/
H A Dxfs_iwalk.c278 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more);
287 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more);
393 return xfs_inobt_lookup(*curpp, next_agino, XFS_LOOKUP_GE, has_more);
/linux-master/fs/xfs/scrub/
H A Dialloc.c81 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_record);
184 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_record);
H A Discan.c117 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_rec);
H A Dinode.c624 error = xfs_inobt_lookup(sc->sa.fino_cur, agino, XFS_LOOKUP_LE,

Completed in 133 milliseconds