函数逻辑报告 |
Source Code:include\linux\quota.h |
Create Date:2022-07-27 06:44:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dqstats_inc
函数原型:static inline void dqstats_inc(unsigned int type)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | type |
274 | percpu_counter_inc( & counter[type]) |
名称 | 描述 |
---|---|
put_dquot_last | Add a dquot to the tail of the free list |
put_inuse | |
dquot_writeback_dquots | Write all dquot structures to quota files |
dqput | Put reference to dquot |
dqget | Get reference to dquot* Locking is slightly tricky here. We are guarded from parallel quotaoff()* destroying our dquot by:* a) checking for quota flags under dq_list_lock and* b) getting a reference to dquot before we release dq_list_lock |
v1_read_dqblk | |
v1_commit_dqblk | |
qtree_write_dquot | We don't have to be afraid of deadlocks as we never have quotas on quota* files... |
qtree_read_dquot |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |