Function report |
Source Code:fs\quota\quota.c |
Create Date:2022-07-28 20:33:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:quota_state_to_flags
Proto:static int quota_state_to_flags(struct qc_state *state)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct qc_state * | state |
315 | flags = 0 |
317 | If Flags QCI_* & Quota accounting enabled Then flags |= user quota accounting |
319 | If Flags QCI_* & Quota limits enforced Then flags |= user quota limits enforcement |
321 | If Flags QCI_* & Quota accounting enabled Then flags |= group quota accounting |
323 | If Flags QCI_* & Quota limits enforced Then flags |= group quota limits enforcement |
325 | If Flags QCI_* & Quota accounting enabled Then flags |= project quota accounting |
327 | If Flags QCI_* & Quota limits enforced Then flags |= project quota limits enforcement |
329 | Return flags |
Name | Describe |
---|---|
quota_getstate | |
quota_getstatev |
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 |