Home
last modified time | relevance | path

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

/linux-6.12.1/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.c873 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
Dxfs_inode.c1542 error = xfs_iget(mp, tp, ino, XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next()
/linux-6.12.1/fs/xfs/scrub/
Dscrub.h68 #define XCHK_IGET_FLAGS (XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE)
Dinode.c174 XFS_IGET_UNTRUSTED); in xchk_setup_inode()
Dcommon.c1025 XFS_IGET_UNTRUSTED); in xchk_iget_for_scrubbing()
/linux-6.12.1/fs/xfs/libxfs/
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()