Lines Matching refs:open
117 * Someone else has handle exclusively open. Try invalidating instead.
551 * Finish exclusive open of a block device. Mark the device as exlusively
552 * open by the holder and wake up all waiters for exclusive open to finish.
581 * Abort claiming of a block device when the exclusive open failed. This can be
582 * also used when exclusive open is not actually desired and we just needed
641 if (disk->fops->open) {
642 ret = disk->fops->open(disk, mode);
734 * blkdev_get_by_dev - open a block device by device number
735 * @dev: device number of block device to open
736 * @mode: open mode (BLK_OPEN_*)
854 * blkdev_get_by_path - open a block device by name
855 * @path: path to the block device to open
856 * @mode: open mode (BLK_OPEN_*)