Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Bitmap of quota types where flag is set in flags

Proto:static __always_inline unsigned dquot_state_types(unsigned flags, unsigned flag)

Type:unsigned

Parameter:

TypeParameterName
unsignedflags
unsignedflag
503  BUILD_BUG_ON_NOT_POWER_OF_2(flag)
504  Return flags / flag & (1 << MAXQUOTAS) - 1