Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_trans_inode.c41 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_ijoin()
96 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_log_inode()
/linux-6.15/fs/xfs/
H A Dxfs_inode_item.c735 ASSERT(lip->li_buf || xfs_iflags_test(ip, XFS_ISTALE)); in xfs_inode_item_unpin()
754 if (!bp || (ip->i_flags & XFS_ISTALE)) { in xfs_inode_item_push()
851 if (xfs_iflags_test(ip, XFS_ISTALE)) { in xfs_inode_item_committed()
1018 if (xfs_iflags_test(iip->ili_inode, XFS_ISTALE)) { in xfs_buf_inode_iodone()
H A Dxfs_inode.h378 #define XFS_ISTALE (1 << 1) /* inode has been staled */ macro
H A Dxfs_inode.c1611 if (ip->i_ino != inum || __xfs_iflags_test(ip, XFS_ISTALE)) in xfs_ifree_mark_inode_stale()
1628 ip->i_flags |= XFS_ISTALE; in xfs_ifree_mark_inode_stale()
2571 ASSERT(!__xfs_iflags_test(ip, XFS_ISTALE)); in xfs_iflush_cluster()
H A Dxfs_icache.c600 xfs_iflags_clear(ip, XFS_ISTALE); in xfs_iget_cache_hit()