Home
last modified time | relevance | path

Searched refs:cache_flags (Results 1 – 3 of 3) 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()
H A Dpvr_rogue_fwif.h840 u32 cache_flags; member
/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()