Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dinode.c646 unsigned int cache_flags = 0; in nfs_set_timestamps_to_ts() local
663 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() local
679 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()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif.h840 u32 cache_flags; member