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_uid_write

Proto:static inline void i_uid_write(struct inode *inode, uid_t uid)

Type:void

Parameter:

TypeParameterName
struct inode *inode
uid_tuid
1570  i_uid = make_kuid(s_user_ns, uid)
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.