Rechercher une page de manuel
blk_integrity_register
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
blk_integrity_register - Register a gendisk as being integrity-capableSYNOPSIS
- int blk_integrity_register(struct gendisk * disk, struct blk_integrity * template);
ARGUMENTS
disk
- struct gendisk pointer to make integrity-aware
template
- optional integrity profile to register
DESCRIPTION
When a device needs to advertise itself as being able to send/receive integrity metadata it must use this function to register the capability with the block layer. The template is a blk_integrity struct with values appropriate for the underlying hardware. If template is NULL the new profile is allocated but not filled out. See Documentation/block/data-integrity.txt.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre