Home
last modified time | relevance | path

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

/linux-5.19.10/fs/nfs/
Dinode.c201 if (!(flags & NFS_INO_REVAL_FORCED)) in nfs_set_cache_invalid()
212 flags &= ~NFS_INO_REVAL_FORCED; in nfs_set_cache_invalid()
1111 NFS_INO_REVAL_FORCED); in nfs_inode_attach_open_context()
1889 | NFS_INO_REVAL_FORCED); in nfs_post_op_update_inode()
2053 | NFS_INO_REVAL_FORCED in nfs_update_inode()
Dunlink.c514 NFS_INO_REVAL_FORCED); in nfs_sillyrename()
Ddir.c90 NFS_INO_REVAL_FORCED); in alloc_nfs_open_dir_context()
2687 NFS_INO_REVAL_FORCED); in nfs_rename()
Dwrite.c304 nfs_set_cache_invalid(inode, NFS_INO_REVAL_FORCED | in nfs_set_pageerror()
Dnfstrace.h24 { NFS_INO_REVAL_FORCED, "REVAL_FORCED" }, \
Dnfs4proc.c6079 NFS_INO_REVAL_FORCED); in __nfs4_proc_set_acl()
/linux-5.19.10/include/linux/
Dnfs_fs.h250 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro