Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dinode.c177 if (!(flags & NFS_INO_REVAL_FORCED)) in nfs_set_cache_invalid()
189 flags &= ~NFS_INO_REVAL_FORCED; in nfs_set_cache_invalid()
1281 NFS_INO_REVAL_FORCED); in nfs_inode_attach_open_context()
2136 | NFS_INO_REVAL_FORCED); in nfs_post_op_update_inode()
2305 | NFS_INO_REVAL_FORCED in nfs_update_inode()
H A Dwrite.c222 nfs_set_cache_invalid(inode, NFS_INO_REVAL_FORCED | in nfs_set_pageerror()
1545 | NFS_INO_REVAL_FORCED); in nfs_writeback_done()
H A Ddir.c91 NFS_INO_REVAL_FORCED); in alloc_nfs_open_dir_context()
2865 NFS_INO_REVAL_FORCED); in nfs_rename()
H A Dnfstrace.h24 { NFS_INO_REVAL_FORCED, "REVAL_FORCED" }, \
H A Dnfs4proc.c6279 NFS_INO_REVAL_FORCED); in __nfs4_proc_set_acl()
/linux/include/linux/
H A Dnfs_fs.h311 #define NFS_INO_REVAL_FORCED BIT(6) /* force revalidation ignoring a delegation */ macro