Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c139 cmd_mmu_cache_data->cache_flags = in pvr_mmu_flush_exec()
142 if (!cmd_mmu_cache_data->cache_flags) in pvr_mmu_flush_exec()
H A Dpvr_rogue_fwif.h840 u32 cache_flags; member
/linux-6.15/fs/nfs/
H A Dinode.c639 unsigned int cache_flags = 0; in nfs_update_timestamps() local
643 cache_flags |= NFS_INO_INVALID_CTIME | NFS_INO_INVALID_MTIME; in nfs_update_timestamps()
647 cache_flags |= NFS_INO_INVALID_ATIME; in nfs_update_timestamps()
650 NFS_I(inode)->cache_validity &= ~cache_flags; in nfs_update_timestamps()