Searched refs:cache_flags (Results 1 – 2 of 2) sorted by relevance
646 unsigned int cache_flags = 0; in nfs_set_timestamps_to_ts() local663 cache_flags |= NFS_INO_INVALID_CTIME | NFS_INO_INVALID_MTIME; in nfs_set_timestamps_to_ts()667 cache_flags |= NFS_INO_INVALID_ATIME; in nfs_set_timestamps_to_ts()669 NFS_I(inode)->cache_validity &= ~cache_flags; in nfs_set_timestamps_to_ts()675 unsigned int cache_flags = 0; in nfs_update_timestamps() local679 cache_flags |= NFS_INO_INVALID_CTIME | NFS_INO_INVALID_MTIME; in nfs_update_timestamps()683 cache_flags |= NFS_INO_INVALID_ATIME; in nfs_update_timestamps()686 NFS_I(inode)->cache_validity &= ~cache_flags; in nfs_update_timestamps()
840 u32 cache_flags; member