Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\nfs_fs.h Create Date:2022-07-28 09:10:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:nfs_mark_for_revalidate

Proto:static inline void nfs_mark_for_revalidate(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
319  nfsi = NFS_I(inode)
321  spin_lock( & i_lock)
322  mask |= must revalidate pagecache | cached access cred invalid | cached acls are invalid | cached change is invalid | cached ctime is invalid
327  If S_ISDIR(i_mode) Then mask |= cached data is invalid
329  spin_unlock( & i_lock)