Searched refs:XFS_IGET_UNTRUSTED (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_icache.h | 38 #define XFS_IGET_UNTRUSTED (1U << 1) macro
|
D | xfs_export.c | 126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
|
D | xfs_itable.c | 76 (XFS_IGET_DONTCACHE | XFS_IGET_UNTRUSTED), in xfs_bulkstat_one_int()
|
D | xfs_mount.c | 873 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
|
D | xfs_inode.c | 1542 error = xfs_iget(mp, tp, ino, XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | scrub.h | 68 #define XCHK_IGET_FLAGS (XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE)
|
D | inode.c | 174 XFS_IGET_UNTRUSTED); in xchk_setup_inode()
|
D | common.c | 1025 XFS_IGET_UNTRUSTED); in xchk_iget_for_scrubbing()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 2424 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()
|