Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c140 cmd_mmu_cache_data->cache_flags = in pvr_mmu_flush_exec()
143 if (!cmd_mmu_cache_data->cache_flags) in pvr_mmu_flush_exec()
/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()