1BLKDEV_ISSUE_ZEROOUT(9)          Block Devices         BLKDEV_ISSUE_ZEROOUT(9)
2
3
4

NAME

6       blkdev_issue_zeroout - zero-fill a block range
7

SYNOPSIS

9       int blkdev_issue_zeroout(struct block_device * bdev, sector_t sector,
10                                sector_t nr_sects, gfp_t gfp_mask);
11

ARGUMENTS

13       bdev
14           blockdev to write
15
16       sector
17           start sector
18
19       nr_sects
20           number of sectors to write
21
22       gfp_mask
23           memory allocation flags (for bio_alloc)
24

DESCRIPTION

26       Generate and issue number of bios with zerofiled pages.
27
29Kernel Hackers Manual 3.10         June 2019           BLKDEV_ISSUE_ZEROOUT(9)
Impressum