Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dinode.c628 unsigned int cache_flags = 0; in nfs_set_timestamps_to_ts() local
645 cache_flags |= NFS_INO_INVALID_CTIME | NFS_INO_INVALID_MTIME; in nfs_set_timestamps_to_ts()
649 cache_flags |= NFS_INO_INVALID_ATIME; in nfs_set_timestamps_to_ts()
651 NFS_I(inode)->cache_validity &= ~cache_flags; in nfs_set_timestamps_to_ts()