Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\binfmt_misc.c Create Date:2022-07-28 20:27:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bm_get_inode

Proto:static struct inode *bm_get_inode(struct super_block *sb, int mode)

Type:struct inode

Parameter:

TypeParameterName
struct super_block *sb
intmode
592  inode = obtain an inode
594  If inode Then
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  Return inode
Caller
NameDescribe
bm_register_write/register