Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\quotaops.h Create Date:2022-07-28 20:10:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sb_has_quota_suspended

Proto:static inline bool sb_has_quota_suspended(struct super_block *sb, int type)

Type:bool

Parameter:

TypeParameterName
struct super_block *sb
inttype
146  Return Flags for diskquotas on this device & dquot_state_flag(DQUOT_SUSPENDED, type)
Caller
NameDescribe
dquot_disableTurn quota off on a device. type == -1 ==> quotaoff for all types (umount)
dquot_resumeReenable quotas on remount RW