Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.h383 #define XFS_ISTALE (1 << 1) /* inode has been staled */ macro
H A Dxfs_inode.c1630 if (I_INO(ip) != inum || __xfs_iflags_test(ip, XFS_ISTALE)) in xfs_ifree_mark_inode_stale()
1647 ip->i_flags |= XFS_ISTALE; in xfs_ifree_mark_inode_stale()
2586 ASSERT(!__xfs_iflags_test(ip, XFS_ISTALE)); in xfs_iflush_cluster()
H A Dxfs_icache.c593 xfs_iflags_clear(ip, XFS_ISTALE); in xfs_iget_cache_hit()