Function report |
Source Code:fs\quota\quota.c |
Create Date:2022-07-28 20:33:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:copy_to_xfs_dqblk
Proto:static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, int type, qid_t id)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct fs_disk_quota * | dst | |
struct qc_dqblk * | src | |
int | type | |
qid_t | id |
596 | user, project, or group ID = id |
597 | If type == lement used for user quotas Then FS_{USER,PROJ,GROUP}_QUOTA = user quota type |
599 | Else if type == lement used for project quotas Then FS_{USER,PROJ,GROUP}_QUOTA = project quota type |
601 | Else FS_{USER,PROJ,GROUP}_QUOTA = group quota type |
Name | Describe |
---|---|
quota_getxquota | |
quota_getnextxquota | Return quota for next active quota >= this id, if any exists,* otherwise return -ENOENT via ->get_nextdqblk. |
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 |