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:Helper functions so that in most cases filesystems will* not need to deal directly with kuid_t and kgid_t and can* instead deal with the raw numeric values that are stored* in the filesystem.

Proto:static inline uid_t i_uid_read(const struct inode *inode)

Type:uid_t

Parameter:

TypeParameterName
const struct inode *inode
1560  Return m_kuid - Create a uid from a kuid user-namespace pair.*@targ: The user namespace we want a uid in.*@kuid: The kernel internal uid to start with.* Map @kuid into the user-namespace specified by @targ and* return the resulting uid.