Function report |
Source Code:include\linux\quota.h |
Create Date:2022-07-28 05:42:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dqstats_inc
Proto:static inline void dqstats_inc(unsigned int type)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | type |
274 | percpu_counter_inc( & counter[type]) |
Name | Describe |
---|---|
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 |
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 |