Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page_io.c Create Date:2022-07-28 15:13:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:end_swap_bio_write

Proto:void end_swap_bio_write(struct bio *bio)

Type:void

Parameter:

TypeParameterName
struct bio *bio
51  page = bio_first_page_all(bio)
53  If bi_status Then
54  SetPageError(page)
63  Dirty a page
64  pr_alert("Write-error on swap-device (%u:%u:%llu)\n", MAJOR(bio_dev(bio)), MINOR(bio_dev(bio)), (unsignedlonglong) device address in 512 byte sectors )
67  PG_readahead is only used for reads; PG_reclaim is only for writes
69  d_page_writeback - end writeback against a page*@page: the page
70  bio_put(bio)