函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Write all dquot structures to quota files

函数原型:int dquot_writeback_dquots(struct super_block *sb, int type)

返回类型:int

参数:

类型参数名称
struct super_block *sb
inttype
627  dqopt等于sb_dqopt(sb)
629  ret等于0
631  WARN_ON_ONCE(!In all implementations count != 0 means locked )
633 cnt小于MAXQUOTAS循环
634  如果type不等于负1且cnt不等于type则继续下一循环
636  如果非sb_has_quota_active(sb, cnt)则继续下一循环
638  加自旋锁
640  list_replace_init( & List of dirty dquots [dq_list_lock] , & dirty)
641  当非链表为空循环
650  dqgrab(dquot)
652  err等于write_dquot(dquot)
653  如果err
659  如果非retret等于err
663  加自旋锁
665  自旋锁解锁
668 cnt小于MAXQUOTAS循环如果cnt恒等于typetype恒等于负1的值且sb_has_quota_active(sb, cnt)且info_dirty( & Information for each quota type [cnt])则
671  write_info(sb, cnt)
672  dqstats_inc(DQST_SYNCS)
674  返回:ret
调用者
名称描述
dquot_quota_syncWrite all dquot structures to disk and make them visible from userspace