Searched refs:XFS_ISTALE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_trans_inode.c | 41 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_ijoin() 94 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_log_inode()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_trans_inode.c | 41 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_ijoin() 103 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE)); in xfs_trans_log_inode()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode_item.c | 491 * XFS_ISTALE. 501 ASSERT(lip->li_buf || xfs_iflags_test(ip, XFS_ISTALE)); in xfs_inode_item_unpin() 523 (ip->i_flags & XFS_ISTALE)) 610 if (xfs_iflags_test(ip, XFS_ISTALE)) { in xfs_inode_item_committed() 763 if (xfs_iflags_test(iip->ili_inode, XFS_ISTALE)) { in xfs_buf_inode_iodone()
|
H A D | xfs_inode.h | 213 #define XFS_ISTALE (1 << 1) /* inode has been staled */ macro
|
H A D | xfs_inode.c | 1740 * xfs_ifree() builds, which may mark the inode XFS_ISTALE if the in xfs_inactive_ifree() 1741 * underlying cluster buffer is freed. Relogging an XFS_ISTALE inode in xfs_inactive_ifree() 1752 * avoids relogging the XFS_ISTALE inode. in xfs_inactive_ifree() 2497 * Look up the inode number specified and if it is not already marked XFS_ISTALE 2529 if (ip->i_ino != inum || __xfs_iflags_test(ip, XFS_ISTALE)) in xfs_ifree_mark_inode_stale() 2546 ip->i_flags |= XFS_ISTALE; in xfs_ifree_mark_inode_stale() 2658 * Now we need to set all the cached clean inodes as XFS_ISTALE, in xfs_ifree_cluster() 2660 * already marked XFS_ISTALE. in xfs_ifree_cluster() 3638 ASSERT(!__xfs_iflags_test(ip, XFS_ISTALE)); in xfs_iflush_cluster()
|
H A D | xfs_icache.c | 460 xfs_iflags_clear(ip, XFS_ISTALE); in __releases()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_inode_item.c | 669 * XFS_ISTALE. 679 ASSERT(lip->li_buf || xfs_iflags_test(ip, XFS_ISTALE)); in xfs_inode_item_unpin() 698 if (!bp || (ip->i_flags & XFS_ISTALE)) { 795 if (xfs_iflags_test(ip, XFS_ISTALE)) { in xfs_inode_item_committed() 961 if (xfs_iflags_test(iip->ili_inode, XFS_ISTALE)) { in xfs_buf_inode_iodone() 1019 * cluster buffer have been freed (i.e. inode is XFS_ISTALE), or when cluster
|
H A D | xfs_inode.h | 319 #define XFS_ISTALE (1 << 1) /* inode has been staled */ macro
|
H A D | xfs_inode.c | 1587 * xfs_ifree() builds, which may mark the inode XFS_ISTALE if the in xfs_inactive_ifree() 1588 * underlying cluster buffer is freed. Relogging an XFS_ISTALE inode in xfs_inactive_ifree() 1599 * avoids relogging the XFS_ISTALE inode. in xfs_inactive_ifree() 2168 * Look up the inode number specified and if it is not already marked XFS_ISTALE 2199 if (ip->i_ino != inum || __xfs_iflags_test(ip, XFS_ISTALE)) in xfs_ifree_mark_inode_stale() 2216 ip->i_flags |= XFS_ISTALE; in xfs_ifree_mark_inode_stale() 2329 * Now we need to set all the cached clean inodes as XFS_ISTALE, in xfs_ifree_cluster() 2331 * already marked XFS_ISTALE. in xfs_ifree_cluster() 3378 ASSERT(!__xfs_iflags_test(ip, XFS_ISTALE)); in xfs_iflush_cluster()
|
H A D | xfs_icache.c | 570 xfs_iflags_clear(ip, XFS_ISTALE); in __releases()
|
Completed in 19 milliseconds