Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:i_gid_write

Proto:static inline void i_gid_write(struct inode *inode, gid_t gid)

Type:void

Parameter:

TypeParameterName
struct inode *inode
gid_tgid
1575  i_gid = make_kgid(s_user_ns, gid)
Caller
NameDescribe
inode_init_alwaysde_init_always - perform inode structure initialisation*@sb: superblock inode belongs to*@inode: inode to initialise* These are initializations that need to be done on every inode* allocation as the fields are not initialised by slab allocation.