Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_icache.h38 #define XFS_IGET_UNTRUSTED 0x2 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.c834 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
/fs/xfs/scrub/
Dcommon.c661 XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE, 0, &ip); in xchk_get_inode()
683 XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE); in xchk_get_inode()
Dparent.c171 error = xfs_iget(mp, sc->tp, dnum, XFS_IGET_UNTRUSTED, 0, &dp); in xchk_parent_validate()
/fs/xfs/libxfs/
Dxfs_ialloc.c2252 if ((flags & XFS_IGET_UNTRUSTED) && in xfs_imap_lookup()
2297 if (flags & XFS_IGET_UNTRUSTED) in xfs_imap()
2329 if (flags & XFS_IGET_UNTRUSTED) { in xfs_imap()