Rechercher une page de manuel
__bread
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
__bread - reads a specified block and returns the bhSYNOPSIS
- struct buffer_head * __bread(struct block_device * bdev, sector_t block, unsigned size);
ARGUMENTS
bdev
- the block_device to read from
block
- number of block
size
- size (in bytes) to read
DESCRIPTION
Reads a specified block, and returns buffer head that contains it. It returns NULL if the block was unreadable.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre