Searched refs:xfs_iget (Results 1 - 14 of 14) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_icache.h35 * Flags for xfs_iget()
45 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
H A Dxfs_export.c126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip);
H A Dxfs_quotaops.c33 if (xfs_iget(mp, NULL, ino, 0, 0, &ip))
H A Dxfs_notify_failure.c92 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE,
H A Dxfs_qm.c780 error = xfs_iget(mp, NULL, ino, 0, 0, ipp);
1168 error = xfs_iget(mp, tp, ino, XFS_IGET_DONTCACHE, 0, &ip);
1559 error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino,
1567 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino,
1575 error = xfs_iget(mp, NULL, mp->m_sb.sb_pquotino,
H A Dxfs_qm_syscalls.c65 error = xfs_iget(mp, NULL, ino, 0, 0, &ip);
H A Dxfs_itable.c75 error = xfs_iget(mp, tp, ino,
100 /* xfs_iget returns the following without needing
H A Dxfs_rtalloc.c1206 error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip);
1217 error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip);
H A Dxfs_inode.c644 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp);
776 * xfs_iget checks will catch re-allocation of other active in-memory
778 * here we will deadlock in xfs_iget() so we have to do these checks
792 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip);
2070 error = xfs_iget(mp, tp, ino, XFS_IGET_UNTRUSTED, 0, &next_ip);
H A Dxfs_mount.c852 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED,
H A Dxfs_log_recover.c1754 error = xfs_iget(mp, NULL, ino, 0, 0, ipp);
2697 error = xfs_iget(mp, NULL,
H A Dxfs_icache.c743 xfs_iget( function
818 * xfs_iget(). In both cases, the inode will have XFS_IRECLAIM set. If the inode
/linux-master/fs/xfs/scrub/
H A Discan.c392 error = xfs_iget(sc->mp, sc->tp, ino, XFS_IGET_NORETRY, 0,
460 error = xfs_iget(sc->mp, sc->tp, ino, XFS_IGET_NORETRY, 0,
H A Dcommon.c784 return xfs_iget(sc->mp, sc->tp, inum, XFS_IGET_UNTRUSTED, 0, ipp);
835 error = xfs_iget(mp, tp, inum,
850 * IRECLAIMABLE state where xfs_iget will be able to return it

Completed in 145 milliseconds