Searched refs:XFS_IGET_UNTRUSTED (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/ |
D | xfs_icache.h | 38 #define XFS_IGET_UNTRUSTED 0x2 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 | 834 error = xfs_iget(mp, NULL, sbp->sb_rootino, XFS_IGET_UNTRUSTED, in xfs_mountfs()
|
/fs/xfs/scrub/ |
D | common.c | 661 XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE, 0, &ip); in xchk_get_inode() 683 XFS_IGET_UNTRUSTED | XFS_IGET_DONTCACHE); in xchk_get_inode()
|
D | parent.c | 171 error = xfs_iget(mp, sc->tp, dnum, XFS_IGET_UNTRUSTED, 0, &dp); in xchk_parent_validate()
|
/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 2252 if ((flags & XFS_IGET_UNTRUSTED) && in xfs_imap_lookup() 2297 if (flags & XFS_IGET_UNTRUSTED) in xfs_imap() 2329 if (flags & XFS_IGET_UNTRUSTED) { in xfs_imap()
|