Function report |
Source Code:kernel\user_namespace.c |
Create Date:2022-07-28 11:19:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:m_kprojid_munged - Create a projiid from a kprojid user-namespace pair.*@targ: The user namespace we want a projid in.*@kprojid: The kernel internal projid to start with.* Map @kprojid into the user-namespace specified by @targ and
Proto:projid_t from_kprojid_munged(struct user_namespace *targ, kprojid_t kprojid)
Type:projid_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct user_namespace * | targ | |
kprojid_t | kprojid |
570 | If (projid == (projid_t) - 1) Then projid = OVERFLOW_PROJID |
572 | Return projid |
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 |