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:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:s_save_change_attribute - Returns the inode attribute change cookie*@dir - pointer to parent directory inode* The "change attribute" is updated every time we finish an operation* that will result in a metadata change on the server.

Proto:static inline unsigned long nfs_save_change_attribute(struct inode *dir)

Type:unsigned long

Parameter:

TypeParameterName
struct inode *dir
350  Return "Generation counter" for the attribute cache. This is* bumped whenever we update the metadata on the* server.