Function report | 
Source Code:fs\quota\kqid.c | 
Create Date:2022-07-28 20:33:45 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:qid_lt - Test to see if one qid value is less than another*@left: The possibly lesser qid value*@right: The possibly greater qid value* Return true if left is less than right and false otherwise.
Proto:bool qid_lt(struct kqid left, struct kqid right)
Type:bool
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct kqid | left | |
| struct kqid | right | 
| 39 | If USRQUOTA (uid) or GRPQUOTA (gid) or PRJQUOTA (projid) < USRQUOTA (uid) or GRPQUOTA (gid) or PRJQUOTA (projid) Then Return true | 
| 41 | If USRQUOTA (uid) or GRPQUOTA (gid) or PRJQUOTA (projid) > USRQUOTA (uid) or GRPQUOTA (gid) or PRJQUOTA (projid) Then Return false | 
| 50 | Default | 
| 51 | BUG() | 
| 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  |