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:More powerful function for turning on quotas on given quota inode allowing* setting of individual quota flags

Proto:int dquot_load_quota_inode(struct inode *inode, int type, int format_id, unsigned int flags)

Type:int

Parameter:

TypeParameterName
struct inode *inode
inttype
intformat_id
unsigned intflags
2419  err = Turn quotas on on a device
2420  If err < 0 Then Return err
2422  err = dquot_load_quota_sb(i_sb, type, format_id, flags)
2423  If err < 0 Then vfs_cleanup_quota_inode(i_sb, type)
2425  Return err
Caller
NameDescribe
dquot_quota_on
dquot_quota_on_mountThis function is used when filesystem needs to initialize quotas* during mount time.