函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\binfmt_misc.c Create Date:2022-07-29 11:02:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:bm_get_inode

函数原型:static struct inode *bm_get_inode(struct super_block *sb, int mode)

返回类型:struct inode

参数:

类型参数名称
struct super_block *sb
intmode
592  inode等于取新的索引节点
594  如果inode
595  Stat data, not accessed from path walking 等于get_next_ino()
596  i_mode等于mode
597  i_atime等于i_mtime等于i_ctime等于rrent_time - Return FS time*@inode: inode.* Return the current time truncated to the time granularity supported by* the fs.* Note that inode and inode->sb cannot be NULL.* Otherwise, the function warns and returns time without truncation.
600  返回:inode
调用者
名称描述
bm_register_write/register