Home
last modified time | relevance | path

Searched refs:XFS_IDONTCACHE (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_inode.h219 #define XFS_IDONTCACHE (1 << 9) /* don't cache the inode long term */ macro
Dxfs_icache.c304 xfs_iflags_clear(ip, XFS_ISTALE | XFS_IDONTCACHE); in xfs_iget_cache_hit()
381 iflags |= XFS_IDONTCACHE; in xfs_iget_cache_miss()
Dxfs_super.c1006 return generic_drop_inode(inode) || (ip->i_flags & XFS_IDONTCACHE); in xfs_fs_drop_inode()