Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dinode.c173 !(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 …]
Ddelegation.h88 !(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" }, \
Dnfs42proc.c361 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()
Ddir.c86 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()
Ddelegation.c494 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_inode_set_delegation()
Dwrite.c306 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED | in nfs_set_pageerror()
Dnfs4proc.c297 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()
/Linux-v5.10/include/linux/
Dnfs_fs.h233 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro