Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dquot_quota_on

Proto:int dquot_quota_on(struct super_block *sb, int type, int format_id, const struct path *path)

Type:int

Parameter:

TypeParameterName
struct super_block *sb
inttype
intformat_id
const struct path *path
2467  error = security_quota_on(dentry)
2468  If error Then Return error
2471  If The root of the dentry tree != sb Then error = -EXDEV
2473  Else error = More powerful function for turning on quotas on given quota inode allowing* setting of individual quota flags
2477  Return error