Searched refs:NFS_INO_REVAL_FORCED (Results 1 – 10 of 10) sorted by relevance
173 !(cache_validity & NFS_INO_REVAL_FORCED)) in nfs_check_cache_invalid_delegated()216 if (!(flags & NFS_INO_REVAL_FORCED)) in nfs_set_cache_invalid()576 nfsi->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_fhget()1069 NFS_INO_REVAL_FORCED; in nfs_inode_attach_open_context()1739 | NFS_INO_REVAL_FORCED); in nfs_post_op_update_inode()1901 | NFS_INO_REVAL_FORCED in nfs_update_inode()1941 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1950 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1959 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1987 | NFS_INO_REVAL_FORCED); in nfs_update_inode()[all …]
89 !(NFS_I(inode)->cache_validity & NFS_INO_REVAL_FORCED); in nfs_have_delegated_attributes()
505 | NFS_INO_REVAL_FORCED; in nfs_sillyrename()
370 NFS_INO_REVAL_FORCED | NFS_INO_INVALID_SIZE | in _nfs42_proc_copy()375 NFS_INO_REVAL_FORCED | NFS_INO_INVALID_ATIME); in _nfs42_proc_copy()
41 TRACE_DEFINE_ENUM(NFS_INO_REVAL_FORCED);56 { NFS_INO_REVAL_FORCED, "REVAL_FORCED" }, \
86 NFS_INO_REVAL_FORCED; in alloc_nfs_open_dir_context()1508 | NFS_INO_REVAL_FORCED; in nfs_drop_nlink()2297 | NFS_INO_REVAL_FORCED; in nfs_rename()
501 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_inode_set_delegation()
302 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED | in nfs_set_pageerror()
298 if (!(cache_validity & NFS_INO_REVAL_FORCED)) in nfs4_bitmap_copy_adjust()5468 !(cache_validity & NFS_INO_REVAL_FORCED)) in nfs4_bitmask_set()5947 | NFS_INO_REVAL_FORCED; in __nfs4_proc_set_acl()
234 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro