函数逻辑报告 |
Source Code:include\linux\quota.h |
Create Date:2022-07-27 06:44:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:make_kqid - Map a user-namespace, type, qid tuple into a kqid
函数原型:static inline struct kqid make_kqid(struct user_namespace *from, enum quota_type type, qid_t qid)
返回类型:struct kqid
参数:
类型 | 参数 | 名称 |
---|---|---|
struct user_namespace * | from | |
enum quota_type | type | |
qid_t | qid |
104 | 当:type恒等于 element used for user quotas |
107 | 当:type恒等于 element used for group quotas |
110 | 当:type恒等于 element used for project quotas |
111 | projid等于make_kprojid(from, qid) |
112 | 退出 |
113 | 默认 |
114 | BUG() |
116 | 返回:kqid |
名称 | 描述 |
---|---|
v2r0_is_id | |
v2r1_is_id | |
qtree_get_next_id | |
quota_getquota | |
quota_getnextquota | Return quota for next active quota >= this id, if any exists,* otherwise return -ENOENT via ->get_nextdqblk |
quota_setquota | |
quota_setxquota | |
quota_getxquota | |
quota_getnextxquota | Return quota for next active quota >= this id, if any exists,* otherwise return -ENOENT via ->get_nextdqblk. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |