Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_trans_inode.c41 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_ijoin()
103 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_log_inode()
/linux-6.3-rc2/fs/xfs/
A Dxfs_inode_item.c532 ASSERT(lip->li_buf || xfs_iflags_test(ip, XFS_ISTALE)); in xfs_inode_item_unpin()
551 if (!bp || (ip->i_flags & XFS_ISTALE)) { in xfs_inode_item_push()
648 if (xfs_iflags_test(ip, XFS_ISTALE)) { in xfs_inode_item_committed()
812 if (xfs_iflags_test(iip->ili_inode, XFS_ISTALE)) { in xfs_buf_inode_iodone()
A Dxfs_inode.h301 #define XFS_ISTALE (1 << 1) /* inode has been staled */ macro
A Dxfs_inode.c2110 if (ip->i_ino != inum || __xfs_iflags_test(ip, XFS_ISTALE)) in xfs_ifree_mark_inode_stale()
2127 ip->i_flags |= XFS_ISTALE; in xfs_ifree_mark_inode_stale()
3289 ASSERT(!__xfs_iflags_test(ip, XFS_ISTALE)); in xfs_iflush_cluster()
A Dxfs_icache.c544 xfs_iflags_clear(ip, XFS_ISTALE); in xfs_iget_cache_hit()

Completed in 14 milliseconds