函数逻辑报告 |
Source Code:kernel\user_namespace.c |
Create Date:2022-07-27 12:22:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sert_extent - Safely insert a new idmap extent into struct uid_gid_map.* Takes care to allocate a 4K block of memory if the number of mappings exceeds* UID_GID_MAP_MAX_BASE_EXTENTS.
函数原型:static int insert_extent(struct uid_gid_map *map, struct uid_gid_extent *extent)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct uid_gid_map * | map | |
struct uid_gid_extent * | extent |
777 | 如果 64 bytes -- 1 cache line 小于UID_GID_MAP_MAX_BASE_EXTENTS则dest等于extent[ 64 bytes -- 1 cache line ] |
779 | 否则dest等于forward[ 64 bytes -- 1 cache line ] |
783 | 64 bytes -- 1 cache line 自加 |
784 | 返回:0 |
名称 | 描述 |
---|---|
map_write |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |