Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dquot_get_next_id

Proto:int dquot_get_next_id(struct super_block *sb, struct kqid *qid)

Type:int

Parameter:

TypeParameterName
struct super_block *sb
struct kqid *qid
2126  dqopt = sb_dqopt(sb)
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)