Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_icache.h48 #define XFS_IGET_UNTRUSTED 0x2 macro
Dxfs_export.c141 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
Dxfs_itable.c73 (XFS_IGET_DONTCACHE | XFS_IGET_UNTRUSTED), in xfs_bulkstat_one_int()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_buf.c184 (iget_flags & XFS_IGET_UNTRUSTED)) in xfs_imap_to_bp()
Dxfs_ialloc.c2247 if ((flags & XFS_IGET_UNTRUSTED) && in xfs_imap_lookup()
2292 if (flags & XFS_IGET_UNTRUSTED) in xfs_imap()
2325 if (flags & XFS_IGET_UNTRUSTED) { in xfs_imap()