Function report |
Source Code:fs\quota\dquot.c |
Create Date:2022-07-28 20:32:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dquot_quota_disable
Proto:static int dquot_quota_disable(struct super_block *sb, unsigned int flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb | |
unsigned int | flags |
2552 | If Not ( Flags for diskquotas on this device & DQUOT_QUOTA_SYS_FILE) Then Return -ENOSYS |
2559 | If flags & ( user quota accounting | group quota accounting | project quota accounting ) Then Return -EOPNOTSUPP |
2566 | flags &= ~qtype_enforce_flag(type) |
2571 | If flags & qtype_enforce_flag(type) Then |
2577 | Return 0 |
2578 | out_err : |
2581 | If flags & qtype_enforce_flag(type) Then |
2582 | spin_lock( & dq_state_lock) |
2585 | spin_unlock( & dq_state_lock) |
2588 | Return ret |
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 |