Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dinode.c196 if (!(flags & NFS_INO_REVAL_FORCED)) in nfs_set_cache_invalid()
207 flags &= ~NFS_INO_REVAL_FORCED; in nfs_set_cache_invalid()
1117 NFS_INO_REVAL_FORCED); in nfs_inode_attach_open_context()
1969 | NFS_INO_REVAL_FORCED); in nfs_post_op_update_inode()
2135 | NFS_INO_REVAL_FORCED in nfs_update_inode()
H A Dunlink.c515 NFS_INO_REVAL_FORCED); in nfs_sillyrename()
H A Ddir.c90 NFS_INO_REVAL_FORCED); in alloc_nfs_open_dir_context()
2757 NFS_INO_REVAL_FORCED); in nfs_rename()
H A Dnfs42proc.c85 NFS_INO_REVAL_FORCED | NFS_INO_INVALID_MODE); in _nfs42_proc_fallocate()
H A Dwrite.c304 nfs_set_cache_invalid(inode, NFS_INO_REVAL_FORCED | in nfs_set_pageerror()
H A Dnfstrace.h24 { NFS_INO_REVAL_FORCED, "REVAL_FORCED" }, \
H A Dnfs4proc.c6119 NFS_INO_REVAL_FORCED); in __nfs4_proc_set_acl()
/openbmc/linux/include/linux/
H A Dnfs_fs.h288 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro