Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\iomap\buffered-io.c Create Date:2022-07-28 20:31:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:iomap_finish_ioends

Proto:void iomap_finish_ioends(struct iomap_ioend *ioend, int error)

Type:void

Parameter:

TypeParameterName
struct iomap_ioend *ioend
interror
1181  list_replace_init( & xt ioend in chain , & tmp)
1182  We're now finished for good with this ioend structure. Update the page* state, release holds on bios, and finally free up memory. Do not use the* ioend after this.
1184  When Not list_empty - tests whether a list is empty*@head: the list to test. cycle
1185  ioend = list_first_entry - get the first element from a list*@ptr: the list head to take the element from.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.* Note, that list is expected to be not empty.( & tmp, structiomap_ioend, io_list)
1186  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
1187  We're now finished for good with this ioend structure. Update the page* state, release holds on bios, and finally free up memory. Do not use the* ioend after this.