Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_icache.h38 #define XFS_IGET_UNTRUSTED (1U << 1) macro
A Dxfs_export.c126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
A Dxfs_itable.c81 (XFS_IGET_DONTCACHE | XFS_IGET_UNTRUSTED), in xfs_bulkstat_one_int()
A Dxfs_zone_gc.c394 XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE, 0, ipp); in xfs_zone_gc_iter_next()
A Dxfs_mount.c1083 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
A Dxfs_inode.c1556 XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next()
/fs/xfs/scrub/
A Dscrub.h68 #define XCHK_IGET_FLAGS (XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE)
A Dinode.c196 XFS_IGET_UNTRUSTED); in xchk_setup_inode()
A Dcommon.c1213 XFS_IGET_UNTRUSTED); in xchk_iget_for_scrubbing()
/fs/xfs/libxfs/
A Dxfs_ialloc.c2442 if ((flags & XFS_IGET_UNTRUSTED) && in xfs_imap_lookup()
2486 if (flags & XFS_IGET_UNTRUSTED) in xfs_imap()
2513 if (flags & XFS_IGET_UNTRUSTED) { in xfs_imap()

Completed in 35 milliseconds