Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dinode.c171 !(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 …]
Ddelegation.h82 !(NFS_I(inode)->cache_validity & NFS_INO_REVAL_FORCED); in nfs_have_delegated_attributes()
Dunlink.c519 | NFS_INO_REVAL_FORCED; in nfs_sillyrename()
Ddelegation.c409 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_inode_set_delegation()
Dnfstrace.h34 { NFS_INO_REVAL_FORCED, "REVAL_FORCED" }, \
Ddir.c1299 | NFS_INO_REVAL_FORCED; in nfs_drop_nlink()
2073 | NFS_INO_REVAL_FORCED; in nfs_rename()
Dnfs4proc.c288 if (!(cache_validity & NFS_INO_REVAL_FORCED)) in nfs4_bitmap_copy_adjust()
5537 | NFS_INO_REVAL_FORCED; in __nfs4_proc_set_acl()
/Linux-v4.19/include/linux/
Dnfs_fs.h217 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro