Function report |
Source Code:fs\inode.c |
Create Date:2022-07-28 20:07:59 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:de_init_owner - Init uid,gid,mode for new inode according to posix standards*@inode: New inode*@dir: Directory inode*@mode: mode of the new inode
Proto:void inode_init_owner(struct inode *inode, const struct inode *dir, umode_t mode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
const struct inode * | dir | |
umode_t | mode |
2054 | i_uid = current_fsuid() |
2065 | Else i_gid = current_fsgid() |
Name | Describe |
---|---|
ramfs_get_inode | |
bpf_get_inode |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |