Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_trans_inode.c41 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_ijoin()
94 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_log_inode()
/openbmc/linux/fs/xfs/
H A Dxfs_inode_item.c714 ASSERT(lip->li_buf || xfs_iflags_test(ip, XFS_ISTALE)); in xfs_inode_item_unpin()
733 if (!bp || (ip->i_flags & XFS_ISTALE)) { in xfs_inode_item_push()
830 if (xfs_iflags_test(ip, XFS_ISTALE)) { in xfs_inode_item_committed()
996 if (xfs_iflags_test(iip->ili_inode, XFS_ISTALE)) { in xfs_buf_inode_iodone()
H A Dxfs_inode.h324 #define XFS_ISTALE (1 << 1) /* inode has been staled */ macro
H A Dxfs_inode.c2211 if (ip->i_ino != inum || __xfs_iflags_test(ip, XFS_ISTALE)) in xfs_ifree_mark_inode_stale()
2228 ip->i_flags |= XFS_ISTALE; in xfs_ifree_mark_inode_stale()
3405 ASSERT(!__xfs_iflags_test(ip, XFS_ISTALE)); in xfs_iflush_cluster()
H A Dxfs_icache.c570 xfs_iflags_clear(ip, XFS_ISTALE); in xfs_iget_cache_hit()