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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_iget.c230 xfs_iflags_clear(ip, XFS_ISTALE);
H A Dxfs_inode.h361 #define XFS_ISTALE 0x0002 /* inode has been staled */ macro
H A Dxfs_inode.c1973 * below as the XFS_ISTALE flag will be set.
1984 xfs_iflags_set(iip->ili_inode, XFS_ISTALE);
2007 if (!ip || xfs_iflags_test(ip, XFS_ISTALE)) {
2028 xfs_iflags_set(ip, XFS_ISTALE);
2800 if (xfs_iflags_test(ip, XFS_ISTALE)) {
H A Dxfs_inode_item.c597 if (ip->i_flags & XFS_ISTALE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_sync.c795 if (xfs_iflags_test(ip, XFS_ISTALE))

Completed in 105 milliseconds