Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_inode.h382 #define XFS_ISTALE 0x0010 /* inode has been staled */ macro
Dxfs_inode.c2218 if (!ip || (ip->i_flags & XFS_ISTALE)) { in xfs_ifree_cluster()
2240 ip->i_flags |= XFS_ISTALE; in xfs_ifree_cluster()
2254 ip->i_flags |= XFS_ISTALE; in xfs_ifree_cluster()
2284 iip->ili_inode->i_flags |= XFS_ISTALE; in xfs_ifree_cluster()
Dxfs_iget.c273 ip->i_flags &= ~XFS_ISTALE; in xfs_iget_core()
Dxfs_inode_item.c636 if (ip->i_flags & XFS_ISTALE) { in xfs_inode_item_trylock()