函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:This routine is guarded by s_umount semaphore

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

返回类型:int

参数:

类型参数名称
struct super_block *sb
inttype
948  struct inode * inode, * old_inode = NULL
952  err等于0
954  加自旋锁
956  加自旋锁
957  如果Misc 按位与I_FREEING按位或I_WILL_FREE按位或I_NEW的值或非atomic_read( & i_writecount)或非dqinit_needed(inode, type)则
960  自旋锁解锁
961  继续下一循环
963  __iget(inode)
964  自旋锁解锁
965  自旋锁解锁
971  放置一个索引节点
972  err等于__dquot_initialize(inode, type)
973  如果err
974  放置一个索引节点
975  转到:out
986  old_inode等于inode
987  cond_resched()
988  加自旋锁
990  自旋锁解锁
991  放置一个索引节点
992  out :
1000  返回:err
调用者
名称描述
dquot_load_quota_sb