Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_icache.h36 #define XFS_IGET_UNTRUSTED 0x2 macro
Dxfs_export.c129 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
Dxfs_itable.c52 (XFS_IGET_DONTCACHE | XFS_IGET_UNTRUSTED), in xfs_bulkstat_one_int()
Dxfs_mount.c897 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
/linux-4.19.296/fs/xfs/scrub/
Dparent.c165 error = xfs_iget(mp, sc->tp, dnum, XFS_IGET_UNTRUSTED, 0, &dp); in xchk_parent_validate()
Dcommon.c679 XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE, 0, &ip); in xchk_get_inode()
701 XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE); in xchk_get_inode()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ialloc.c2272 if ((flags & XFS_IGET_UNTRUSTED) && in xfs_imap_lookup()
2317 if (flags & XFS_IGET_UNTRUSTED) in xfs_imap()
2350 if (flags & XFS_IGET_UNTRUSTED) { in xfs_imap()