函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\quota\dquot.c Create Date:2022-07-29 11:08:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:dqput_all

函数原型:static inline void dqput_all(struct dquot **dquot)

返回类型:void

参数:

类型参数名称
struct dquot **dquot
395 cnt小于MAXQUOTAS循环Put reference to dquot
调用者
名称描述
__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()