函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\nfs_fs.h Create Date:2022-07-27 10:10:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:NFS_I

函数原型:static inline struct nfs_inode *NFS_I(const struct inode *inode)

返回类型:struct nfs_inode

参数:

类型参数名称
const struct inode *inode
253  返回:container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(inode, structnfs_inode, vfs_inode)
调用者
名称描述
NFS_FH
NFS_STALE
NFS_FILEID
set_nfs_fileid
nfs_mark_for_revalidate
nfs_save_change_attributes_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.
nfs_verify_change_attributes_verify_change_attribute - Detects NFS remote directory changes*@dir - pointer to parent directory inode*@chattr - previously saved change attribute* Return "false" if the verifiers doesn't match the change attribute
nfs_have_writebacks