Rechercher une page de manuel
open_bdev_excl
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
open_bdev_excl - open a block device by name and set it up for useSYNOPSIS
- struct block_device * open_bdev_excl(const char * path, int flags, void * holder);
ARGUMENTS
path
- special file representing the block device
flags
MS_RDONLY for opening read-only
holder
- owner for exclusion
DESCRIPTION
Open the blockdevice described by the special file at path, claim it for the holder.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre