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()204 if (!(flags & NFS_INO_REVAL_FORCED)) in nfs_set_cache_invalid()561 nfsi->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_fhget()1057 NFS_INO_REVAL_FORCED; in nfs_inode_attach_open_context()1724 | NFS_INO_REVAL_FORCED); in nfs_post_op_update_inode()1886 | NFS_INO_REVAL_FORCED in nfs_update_inode()1926 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1935 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1944 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1972 | NFS_INO_REVAL_FORCED); in nfs_update_inode()[all …]
88 !(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" }, \
361 NFS_INO_REVAL_FORCED | NFS_INO_INVALID_SIZE | in _nfs42_proc_copy()366 NFS_INO_REVAL_FORCED | NFS_INO_INVALID_ATIME); in _nfs42_proc_copy()
86 NFS_INO_REVAL_FORCED; in alloc_nfs_open_dir_context()1498 | NFS_INO_REVAL_FORCED; in nfs_drop_nlink()2276 | NFS_INO_REVAL_FORCED; in nfs_rename()
494 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_inode_set_delegation()
306 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED | in nfs_set_pageerror()
297 if (!(cache_validity & NFS_INO_REVAL_FORCED)) in nfs4_bitmap_copy_adjust()5426 (cache_validity & NFS_INO_REVAL_FORCED) || in nfs4_bitmask_adjust()5913 | NFS_INO_REVAL_FORCED; in __nfs4_proc_set_acl()
233 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro