Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dqput_all

Proto:static inline void dqput_all(struct dquot **dquot)

Type:void

Parameter:

TypeParameterName
struct dquot **dquot
395  When cnt < MAXQUOTAS cycle Put reference to dquot
Caller
NameDescribe
__dquot_initialize
__dquot_dropRelease all quotas referenced by inode.* This function only be called on inode free or converting* a file to quota file, no other users for the i_dquot in* both cases, so we needn't call synchronize_srcu() after* clearing i_dquot.
dquot_transferWrapper for transferring ownership of an inode for uid/gid only* Called from FSXXX_setattr()