Searched refs:NFS_INO_REVAL_FORCED (Results 1 – 8 of 8) sorted by relevance
174 !(cache_validity & NFS_INO_REVAL_FORCED)) in nfs_check_cache_invalid_delegated()204 if (!(flags & NFS_INO_REVAL_FORCED)) in nfs_set_cache_invalid()548 nfsi->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_fhget()1040 NFS_INO_REVAL_FORCED; in nfs_inode_attach_open_context()1698 | NFS_INO_REVAL_FORCED); in nfs_post_op_update_inode()1859 | NFS_INO_REVAL_FORCED in nfs_update_inode()1897 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1906 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1915 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1943 | NFS_INO_REVAL_FORCED); in nfs_update_inode()[all …]
85 !(NFS_I(inode)->cache_validity & NFS_INO_REVAL_FORCED); in nfs_have_delegated_attributes()
505 | NFS_INO_REVAL_FORCED; in nfs_sillyrename()
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()1336 | NFS_INO_REVAL_FORCED; in nfs_drop_nlink()2112 | NFS_INO_REVAL_FORCED; in nfs_rename()
421 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_inode_set_delegation()
288 if (!(cache_validity & NFS_INO_REVAL_FORCED)) in nfs4_bitmap_copy_adjust()5721 | NFS_INO_REVAL_FORCED; in __nfs4_proc_set_acl()
219 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro