Function report |
Source Code:include\linux\quota.h |
Create Date:2022-07-28 05:42:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:qid_has_mapping - Report if a qid maps into a user namespace.*@ns: The user namespace to see if a value maps into.*@qid: The kernel internal quota identifier to test.
Proto:static inline bool qid_has_mapping(struct user_namespace *ns, struct kqid qid)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct user_namespace * | ns | |
struct kqid | qid |
Name | Describe |
---|---|
dqget | Get reference to dquot* Locking is slightly tricky here. We are guarded from parallel quotaoff()* destroying our dquot by:* a) checking for quota flags under dq_list_lock and* b) getting a reference to dquot before we release dq_list_lock |
quota_getquota | |
quota_getnextquota | Return quota for next active quota >= this id, if any exists,* otherwise return -ENOENT via ->get_nextdqblk |
quota_setquota | |
quota_setxquota | |
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 |