Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_icache.h38 #define XFS_IGET_UNTRUSTED (1U << 1) macro
H A Dxfs_mount.c873 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
H A Dxfs_inode.c1542 error = xfs_iget(mp, tp, ino, XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next()
/linux/fs/xfs/scrub/
H A Dscrub.h68 #define XCHK_IGET_FLAGS (XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE)
H A Dcommon.c1025 XFS_IGET_UNTRUSTED); in xchk_iget_for_scrubbing()
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c2424 if ((flags & XFS_IGET_UNTRUSTED) && in xfs_imap_lookup()
2468 if (flags & XFS_IGET_UNTRUSTED) in xfs_imap()
2494 if (flags & XFS_IGET_UNTRUSTED) { in xfs_imap()