Function report |
Source Code:fs\quota\dquot.c |
Create Date:2022-07-28 20:32:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dquot_active
Proto:static int dquot_active(const struct inode *inode)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct inode * | inode |
1418 | If IS_NOQUOTA(inode) Then Return 0 |
1420 | Return sb_any_quota_loaded(sb) & ~sb_any_quota_suspended(sb) |
Name | Describe |
---|---|
__dquot_initialize | |
dquot_initialize_needed | |
__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 | Wrapper for transferring ownership of an inode for uid/gid only* Called from FSXXX_setattr() |
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 |