Home
last modified time | relevance | path

Searched refs:NFS_INO_REVAL_FORCED (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/fs/nfs/
Dinode.c174 !(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 …]
Ddelegation.h85 !(NFS_I(inode)->cache_validity & NFS_INO_REVAL_FORCED); in nfs_have_delegated_attributes()
Dunlink.c505 | NFS_INO_REVAL_FORCED; in nfs_sillyrename()
Dnfstrace.h41 TRACE_DEFINE_ENUM(NFS_INO_REVAL_FORCED);
56 { NFS_INO_REVAL_FORCED, "REVAL_FORCED" }, \
Ddir.c86 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()
Ddelegation.c421 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_inode_set_delegation()
Dnfs4proc.c288 if (!(cache_validity & NFS_INO_REVAL_FORCED)) in nfs4_bitmap_copy_adjust()
5721 | NFS_INO_REVAL_FORCED; in __nfs4_proc_set_acl()
/Linux-v5.4/include/linux/
Dnfs_fs.h219 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro