1__BREAD(9)                       The Linux VFS                      __BREAD(9)
2
3
4

NAME

6       __bread - reads a specified block and returns the bh
7

SYNOPSIS

9       struct buffer_head * __bread(struct block_device * bdev,
10                                    sector_t block, unsigned size);
11

ARGUMENTS

13       bdev
14           the block_device to read from
15
16       block
17           number of block
18
19       size
20           size (in bytes) to read
21

DESCRIPTION

23       Reads a specified block, and returns buffer head that contains it. It
24       returns NULL if the block was unreadable.
25
27Kernel Hackers Manual 3.10         June 2019                        __BREAD(9)
Impressum