Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:make_kqid_invalid - Explicitly make an invalid kqid*@type: The type of quota identifier* Returns an invalid kqid with the specified type.

Proto:static inline struct kqid make_kqid_invalid(enum quota_type type)

Type:struct kqid

Parameter:

TypeParameterName
enum quota_typetype
129  USRQUOTA (uid) or GRPQUOTA (gid) or PRJQUOTA (projid) = type
131  Case type == element used for user quotas
132  uid = INVALID_UID
133  Break
134  Case type == element used for group quotas
135  gid = INVALID_GID
136  Break
137  Case type == element used for project quotas
138  projid = INVALID_PROJID
139  Break
140  Default
141  BUG()
143  Return kqid
Caller
NameDescribe
get_empty_dquot