函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fs.h Create Date:2022-07-27 06:44:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:static inline uid_t i_uid_read(const struct inode *inode)

返回类型:uid_t

参数:

类型参数名称
const struct inode *inode
1560  返回: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.