Function report |
Source Code:fs\quota\dquot.c |
Create Date:2022-07-28 20:32:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dquot_get_next_id
Proto:int dquot_get_next_id(struct super_block *sb, struct kqid *qid)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb | |
struct kqid * | qid |
2128 | If Not sb_has_quota_active(sb, USRQUOTA (uid) or GRPQUOTA (gid) or PRJQUOTA (projid) ) Then Return -ESRCH |
2130 | If Not get_next_id Then Return -ENOSYS |
2132 | Return get_next_id(sb, qid) |
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 |