Function report |
Source Code:fs\quota\dquot.c |
Create Date:2022-07-28 20:32:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Dirtify all the dquots - this can block when journalling
Proto:static inline int mark_all_dquot_dirty(struct dquot *const *dquot)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct dquot *const * | dquot |
388 | Return err |
Name | Describe |
---|---|
__dquot_alloc_space | This operation can block, but only after everything is updated |
dquot_alloc_inode | This operation can block, but only after everything is updated |
dquot_claim_space_nodirty | Convert in-memory reserved quotas to real consumed quotas |
dquot_reclaim_space_nodirty | Convert allocated space back to in-memory reserved quotas |
__dquot_free_space | This operation can block, but only after everything is updated |
dquot_free_inode | This operation can block, but only after everything is updated |
__dquot_transfer | Transfer the number of inode and blocks from one diskquota to an other |
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 |