函数逻辑报告 |
Source Code:fs\quota\quota_tree.c |
Create Date:2022-07-29 11:09:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Find entry for given id in the tree
函数原型:static loff_t find_tree_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, uint blk, int depth)
返回类型:loff_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct qtree_mem_dqinfo * | info | |
struct dquot * | dquot | |
uint | blk | |
int | depth |
575 | ret等于0 |
581 | 如果ret小于0则 |
582 | quota_error( superblock this applies to , "Can't read quota tree block %u", blk) |
584 | 转到:out_buf |
586 | ret等于0 |
592 | 否则ret等于Find entry in block |
594 | out_buf : |
595 | 释放内存 |
596 | 返回:ret |
名称 | 描述 |
---|---|
find_tree_dqentry | Find entry for given id in the tree |
find_dqentry | Find entry for given id in the tree - wrapper function |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |