Home
last modified time | relevance | path

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

/linux/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/fs/xfs/
H A Dxfs_inode_item.c723 ASSERT(lip->li_buf || xfs_iflags_test(ip, XFS_ISTALE)); in xfs_inode_item_unpin()
753 if (!bp || (ip->i_flags & XFS_ISTALE)) { in xfs_inode_item_push()
857 if (xfs_iflags_test(ip, XFS_ISTALE)) { in xfs_inode_item_committed()
1057 if (xfs_iflags_test(iip->ili_inode, XFS_ISTALE)) { in xfs_buf_inode_iodone()
H A Dxfs_inode.h379 #define XFS_ISTALE (1 << 1) /* inode has been staled */ macro
H A Dxfs_inode.c1623 if (ip->i_ino != inum || __xfs_iflags_test(ip, XFS_ISTALE)) in xfs_ifree_mark_inode_stale()
1640 ip->i_flags |= XFS_ISTALE; in xfs_ifree_mark_inode_stale()
2580 ASSERT(!__xfs_iflags_test(ip, XFS_ISTALE)); in xfs_iflush_cluster()
H A Dxfs_icache.c597 xfs_iflags_clear(ip, XFS_ISTALE); in xfs_iget_cache_hit()