| Function report | 
| Source Code: include\linux\quotaops.h | Create Date:2022-07-28 20:10:12 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:sb_has_quota_active
Proto:static inline bool sb_has_quota_active(struct super_block *sb, int type)
Type:bool
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct super_block * | sb | |
| int | type | 
| 169 | Return Does kernel know about any quota information for given sb + type? && Not sb_has_quota_suspended(sb, type) | 
| Name | Describe | 
|---|---|
| dquot_writeback_dquots | Write all dquot structures to quota files | 
| dquot_quota_sync | Write all dquot structures to disk and make them visible from userspace | 
| 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 | 
| __dquot_initialize | |
| dquot_initialize_needed | |
| __dquot_transfer | Transfer the number of inode and blocks from one diskquota to an other | 
| dquot_get_next_id | |
| dquot_get_state | Generic routine for getting common part of quota file information | 
| dquot_set_dqinfo | Generic routine for setting common part of quota file information | 
| quota_getfmt | 
| 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 |