Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\quota\quota.c Create Date:2022-07-28 20:33:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:quota_quotaon

Proto:static int quota_quotaon(struct super_block *sb, int type, qid_t id, const struct path *path)

Type:int

Parameter:

TypeParameterName
struct super_block *sb
inttype
qid_tid
const struct path *path
85  If Not quota_on && Not quota_enable Then Return -ENOSYS
87  If quota_enable Then Return quota_enable(sb, qtype_enforce_flag(type))
89  If IS_ERR(path) Then Return PTR_ERR(path)
91  Return quota_on(sb, type, id, path)
Caller
NameDescribe
do_quotactlCopy parameters and call proper function