函数逻辑报告

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

函数名称:Remove references to dquots from inode and add dquot to list for freeing* if we have the last reference to dquot

函数原型:static void remove_inode_dquot_ref(struct inode *inode, int type, struct list_head *tofree_head)

返回类型:void

参数:

类型参数名称
struct inode *inode
inttype
struct list_head *tofree_head
1010  dquots等于i_dquot(inode)
1011  dquot等于dquots[type]
1013  如果非dquot则返回
1016  dquots[type] = NULL
1017  如果链表为空
1022  加自旋锁
1023  添加链表项
1024  自旋锁解锁
1025  否则
1030  Put reference to dquot
调用者
名称描述
remove_dquot_ref