Home
last modified time | relevance | path

Searched refs:XFS_IGET_UNTRUSTED (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/fs/xfs/
Dxfs_icache.h38 #define XFS_IGET_UNTRUSTED (1U << 1) macro
Dxfs_export.c126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
Dxfs_itable.c76 (XFS_IGET_DONTCACHE | XFS_IGET_UNTRUSTED), in xfs_bulkstat_one_int()
Dxfs_mount.c851 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
Dxfs_inode.c1963 error = xfs_iget(mp, tp, ino, XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next()
/Linux-v6.6/fs/xfs/scrub/
Dcommon.c736 return xfs_iget(sc->mp, sc->tp, inum, XFS_IGET_UNTRUSTED, 0, ipp); in xchk_iget()
788 XFS_IGET_NORETRY | XFS_IGET_UNTRUSTED, 0, ipp); in xchk_iget_agi()
954 XFS_IGET_UNTRUSTED); in xchk_iget_for_scrubbing()
Dinode.c168 XFS_IGET_UNTRUSTED); in xchk_setup_inode()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_ialloc.c2282 if ((flags & XFS_IGET_UNTRUSTED) && in xfs_imap_lookup()
2326 if (flags & XFS_IGET_UNTRUSTED) in xfs_imap()
2352 if (flags & XFS_IGET_UNTRUSTED) { in xfs_imap()