#!/usr/local/bin/scripts/sh # #.Y / 70 83 / / / / 105 / / / / / / ;A4_QUER.Y #.YT 3 2 0 0 3 3 1 / / / #.H!a!0:linux//io/disk/mediaAccess/mediaHandlers.d/A8A2BB2E,2F_78F0_11E6_B6F3_0000C00A45A9!0.!c # #/******************************************************************************* # io disk mediaAccess mediaHandlers.d/A8A2BB2E,2F_78F0_11E6_B6F3_0000C00A45A9 # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # # purpose : media handlers for a data-for-thin-pool-media and a # metadata-for-thin-pool-media # # begin : Mon May 15 14:33:04 CEST 2017 # # changes : # # copyright : (C) 2017 by Thomas Bruecker # # email : public@thomas-r-bruecker.ch # # version : -0.0.0 # #*******************************************************************************/ #/*************************************************************************** # * * # * This program is free software; you can redistribute it and/or modify * # * it under the terms of the GNU General Public License as published by * # * the Free Software Foundation; either version 2 of the License, or * # * (at your option) any later version. * # * * # * This program is distributed in the hope that it will be useful, but * # * WITHOUT ANY WARRANTY; without even the implied warranty of * # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * # * General Public License for more details. * # * * # * You should have received a copy of the GNU General Public License * # * along with this program; if not, write to the Free Software * # * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * # * MA 02110-1301 USA. * # * * # ***************************************************************************/ # * for every function: # * if returned result is not commented, the function returns 0 on no-error. disk_mediaAccess_A8A2BB2E_78F0_11E6_B6F3_0000C00A45A9() { # handles a data-for-thin-pool-media (as a dm-linear media); # detailed descitpion see: "disk_mediaAccess_A8A2BB2D_78F0_11E6_B6F3_0000C00A45A9()". disk_mediaAccess_A8A2BB2D_78F0_11E6_B6F3_0000C00A45A9 "$@" } disk_mediaAccess_A8A2BB2F_78F0_11E6_B6F3_0000C00A45A9() { # handles a metadata-for-thin-pool-media (as a dm-linear media); # detailed descitpion see: "disk_mediaAccess_A8A2BB2D_78F0_11E6_B6F3_0000C00A45A9()". disk_mediaAccess_A8A2BB2D_78F0_11E6_B6F3_0000C00A45A9 "$@" }