Symbol: xfs_iget
fs/xfs/scrub/common.c
1024
error = xfs_iget(mp, tp, inum, XFS_IGET_NORETRY | XCHK_IGET_FLAGS, 0,
fs/xfs/scrub/common.c
973
return xfs_iget(sc->mp, sc->tp, inum, XCHK_IGET_FLAGS, 0, ipp);
fs/xfs/scrub/iscan.c
446
error = xfs_iget(sc->mp, sc->tp, ino, ISCAN_IGET_FLAGS, 0,
fs/xfs/scrub/iscan.c
519
error = xfs_iget(sc->mp, sc->tp, ino, ISCAN_IGET_FLAGS, 0,
fs/xfs/scrub/scrub.c
880
error = xfs_iget(mp, tp, head->svh_ino, XCHK_IGET_FLAGS, 0, &ip);
fs/xfs/xfs_export.c
126
error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip);
fs/xfs/xfs_icache.c
854
error = xfs_iget(mp, tp, ino, 0, 0, &ip);
fs/xfs/xfs_icache.h
45
int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
fs/xfs/xfs_inode.c
1567
error = xfs_iget(mp, tp, xfs_agino_to_ino(pag, next_agino),
fs/xfs/xfs_inode.c
553
error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp);
fs/xfs/xfs_inode.c
600
error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip);
fs/xfs/xfs_itable.c
80
error = xfs_iget(mp, tp, ino,
fs/xfs/xfs_log_recover.c
1750
error = xfs_iget(mp, NULL, ino, 0, 0, ipp);
fs/xfs/xfs_log_recover.c
2734
error = xfs_iget(mp, NULL, xfs_agino_to_ino(pag, agino), 0, 0,
fs/xfs/xfs_mount.c
1073
error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED,
fs/xfs/xfs_notify_failure.c
97
error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE,
fs/xfs/xfs_qm.c
1340
error = xfs_iget(mp, tp, ino, XFS_IGET_DONTCACHE, 0, &ip);
fs/xfs/xfs_verify_media.c
58
error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, 0, 0, &ip);
fs/xfs/xfs_zone_gc.c
387
error = xfs_iget(mp, NULL, irec->rm_owner,