Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Free list of dquots* Dquots are removed from inodes and no new references can be got so we are* the only ones holding reference

Proto:static void put_dquot_list(struct list_head *tofree_head)

Type:void

Parameter:

TypeParameterName
struct list_head *tofree_head
1044  act_head = next
1045  When act_head != tofree_head cycle
1046  dquot = list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(act_head, structdquot, dq_free)
1047  act_head = next
1049  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
1050  Put reference to dquot
Caller
NameDescribe
drop_dquot_refGather all references from inodes and drop them