Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfs/
Dinode.c201 if (!(flags & NFS_INO_REVAL_FORCED)) in nfs_set_cache_invalid()
215 flags &= ~(NFS_INO_REVAL_PAGECACHE | NFS_INO_REVAL_FORCED); in nfs_set_cache_invalid()
1095 NFS_INO_REVAL_FORCED); in nfs_inode_attach_open_context()
1864 | NFS_INO_REVAL_FORCED); in nfs_post_op_update_inode()
2028 | NFS_INO_REVAL_FORCED in nfs_update_inode()
Dunlink.c505 NFS_INO_REVAL_FORCED); in nfs_sillyrename()
Dnfstrace.h41 TRACE_DEFINE_ENUM(NFS_INO_REVAL_FORCED);
61 { NFS_INO_REVAL_FORCED, "REVAL_FORCED" }, \
Ddir.c86 NFS_INO_REVAL_FORCED); in alloc_nfs_open_dir_context()
2494 NFS_INO_REVAL_FORCED); in nfs_rename()
Dwrite.c306 nfs_set_cache_invalid(inode, NFS_INO_REVAL_FORCED | in nfs_set_pageerror()
Dnfs4proc.c5974 NFS_INO_REVAL_FORCED); in __nfs4_proc_set_acl()
/Linux-v5.15/include/linux/
Dnfs_fs.h244 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro