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_active

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

Type:bool

Parameter:

TypeParameterName
struct super_block *sb
inttype
169  Return Does kernel know about any quota information for given sb + type? && Not sb_has_quota_suspended(sb, type)
Caller
NameDescribe
dquot_writeback_dquotsWrite all dquot structures to quota files
dquot_quota_syncWrite all dquot structures to disk and make them visible from userspace
dqputPut reference to dquot
dqgetGet reference to dquot* Locking is slightly tricky here. We are guarded from parallel quotaoff()* destroying our dquot by:* a) checking for quota flags under dq_list_lock and* b) getting a reference to dquot before we release dq_list_lock
__dquot_initialize
dquot_initialize_needed
__dquot_transferTransfer the number of inode and blocks from one diskquota to an other
dquot_get_next_id
dquot_get_stateGeneric routine for getting common part of quota file information
dquot_set_dqinfoGeneric routine for setting common part of quota file information
quota_getfmt