Searched refs:NFS_INO_REVAL_FORCED (Results 1 – 8 of 8) sorted by relevance
171 !(cache_validity & NFS_INO_REVAL_FORCED)) in nfs_check_cache_invalid_delegated()201 if (!(flags & NFS_INO_REVAL_FORCED)) in nfs_set_cache_invalid()545 nfsi->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_fhget()1688 | NFS_INO_REVAL_FORCED); in nfs_post_op_update_inode()1852 | NFS_INO_REVAL_FORCED in nfs_update_inode()1889 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1898 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1907 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1935 | NFS_INO_REVAL_FORCED); in nfs_update_inode()1945 | NFS_INO_REVAL_FORCED); in nfs_update_inode()[all …]
82 !(NFS_I(inode)->cache_validity & NFS_INO_REVAL_FORCED); in nfs_have_delegated_attributes()
519 | NFS_INO_REVAL_FORCED; in nfs_sillyrename()
409 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_inode_set_delegation()
34 { NFS_INO_REVAL_FORCED, "REVAL_FORCED" }, \
1299 | NFS_INO_REVAL_FORCED; in nfs_drop_nlink()2073 | NFS_INO_REVAL_FORCED; in nfs_rename()
288 if (!(cache_validity & NFS_INO_REVAL_FORCED)) in nfs4_bitmap_copy_adjust()5537 | NFS_INO_REVAL_FORCED; in __nfs4_proc_set_acl()
217 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro