Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dinode.c173 !(cache_validity & NFS_INO_REVAL_FORCED)) in nfs_check_cache_invalid_delegated()
216 if (!(flags & NFS_INO_REVAL_FORCED)) in nfs_set_cache_invalid()
576 nfsi->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_fhget()
1069 NFS_INO_REVAL_FORCED; in nfs_inode_attach_open_context()
1739 | NFS_INO_REVAL_FORCED); in nfs_post_op_update_inode()
1901 | NFS_INO_REVAL_FORCED in nfs_update_inode()
1941 | NFS_INO_REVAL_FORCED); in nfs_update_inode()
1950 | NFS_INO_REVAL_FORCED); in nfs_update_inode()
1959 | NFS_INO_REVAL_FORCED); in nfs_update_inode()
1987 | NFS_INO_REVAL_FORCED); in nfs_update_inode()
[all …]
H A Ddelegation.h89 !(NFS_I(inode)->cache_validity & NFS_INO_REVAL_FORCED); in nfs_have_delegated_attributes()
H A Dunlink.c505 | NFS_INO_REVAL_FORCED; in nfs_sillyrename()
H A Dnfs42proc.c370 NFS_INO_REVAL_FORCED | NFS_INO_INVALID_SIZE | in _nfs42_proc_copy()
375 NFS_INO_REVAL_FORCED | NFS_INO_INVALID_ATIME); in _nfs42_proc_copy()
H A Dnfstrace.h41 TRACE_DEFINE_ENUM(NFS_INO_REVAL_FORCED);
56 { NFS_INO_REVAL_FORCED, "REVAL_FORCED" }, \
H A Ddir.c86 NFS_INO_REVAL_FORCED; in alloc_nfs_open_dir_context()
1508 | NFS_INO_REVAL_FORCED; in nfs_drop_nlink()
2297 | NFS_INO_REVAL_FORCED; in nfs_rename()
H A Ddelegation.c501 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED; in nfs_inode_set_delegation()
H A Dwrite.c302 NFS_I(inode)->cache_validity |= NFS_INO_REVAL_FORCED | in nfs_set_pageerror()
H A Dnfs4proc.c298 if (!(cache_validity & NFS_INO_REVAL_FORCED)) in nfs4_bitmap_copy_adjust()
5468 !(cache_validity & NFS_INO_REVAL_FORCED)) in nfs4_bitmask_set()
5947 | NFS_INO_REVAL_FORCED; in __nfs4_proc_set_acl()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs.h234 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro