2002-02-25 15:02:33 +03:00
/*
2004-03-30 23:35:44 +04:00
* Copyright ( C ) 2002 - 2004 Sistina Software , Inc . All rights reserved .
2012-01-12 05:51:56 +04:00
* Copyright ( C ) 2004 - 2012 Red Hat , Inc . All rights reserved .
2002-02-25 15:02:33 +03:00
*
2004-03-30 23:35:44 +04:00
* This file is part of LVM2 .
*
* This copyrighted material is made available to anyone wishing to use ,
* modify , copy , or redistribute it subject to the terms and conditions
2007-08-21 00:55:30 +04:00
* of the GNU Lesser General Public License v .2 .1 .
2004-03-30 23:35:44 +04:00
*
2007-08-21 00:55:30 +04:00
* You should have received a copy of the GNU Lesser General Public License
2004-03-30 23:35:44 +04:00
* along with this program ; if not , write to the Free Software Foundation ,
2016-01-21 13:49:46 +03:00
* Inc . , 51 Franklin Street , Fifth Floor , Boston , MA 02110 - 1301 USA
2002-02-25 15:02:33 +03:00
*/
# ifndef _LVM_DEV_MANAGER_H
# define _LVM_DEV_MANAGER_H
2018-05-14 12:30:20 +03:00
# include "lib/metadata/metadata-exported.h"
2009-10-01 04:35:29 +04:00
2004-05-05 01:25:57 +04:00
struct logical_volume ;
2011-06-17 18:14:19 +04:00
struct lv_activate_opts ;
2005-10-25 23:08:21 +04:00
struct volume_group ;
2004-05-05 01:25:57 +04:00
struct cmd_context ;
2002-02-25 15:02:33 +03:00
struct dev_manager ;
2003-03-24 21:08:53 +03:00
struct dm_info ;
2005-10-25 23:08:21 +04:00
struct device ;
2014-11-04 17:00:32 +03:00
struct lv_seg_status ;
2002-02-25 15:02:33 +03:00
2018-03-08 12:27:04 +03:00
int read_only_lv ( const struct logical_volume * lv , const struct lv_activate_opts * laopts , const char * layer ) ;
2012-01-12 05:51:56 +04:00
2002-02-25 15:02:33 +03:00
/*
* Constructor and destructor .
*/
2004-05-05 01:25:57 +04:00
struct dev_manager * dev_manager_create ( struct cmd_context * cmd ,
2011-06-11 04:03:06 +04:00
const char * vg_name ,
unsigned track_pvmove_deps ) ;
2002-02-25 15:02:33 +03:00
void dev_manager_destroy ( struct dev_manager * dm ) ;
2006-05-16 20:48:31 +04:00
void dev_manager_release ( void ) ;
2003-07-05 02:34:56 +04:00
void dev_manager_exit ( void ) ;
2002-02-25 15:02:33 +03:00
/*
* The device handler is responsible for creating all the layered
* dm devices , and ensuring that all constraints are maintained
* ( eg , an origin is created before its snapshot , but is not
* unsuspended until the snapshot is also created . )
*/
2016-04-08 18:27:12 +03:00
int dev_manager_info ( struct cmd_context * cmd , const struct logical_volume * lv ,
2010-08-17 20:25:32 +04:00
const char * layer ,
2010-02-24 23:00:56 +03:00
int with_open_count , int with_read_ahead ,
2014-11-04 17:00:32 +03:00
struct dm_info * dminfo , uint32_t * read_ahead ,
struct lv_seg_status * seg_status ) ;
2016-04-08 18:27:12 +03:00
2002-05-22 18:03:45 +04:00
int dev_manager_snapshot_percent ( struct dev_manager * dm ,
2006-04-06 18:06:27 +04:00
const struct logical_volume * lv ,
2014-06-09 14:08:27 +04:00
dm_percent_t * percent ) ;
2003-04-30 19:26:25 +04:00
int dev_manager_mirror_percent ( struct dev_manager * dm ,
2010-01-16 01:58:25 +03:00
const struct logical_volume * lv , int wait ,
2014-06-09 14:08:27 +04:00
dm_percent_t * percent , uint32_t * event_nr ) ;
2013-02-01 21:31:47 +04:00
int dev_manager_raid_status ( struct dev_manager * dm ,
const struct logical_volume * lv ,
struct dm_status_raid * * status ) ;
2013-04-12 00:33:59 +04:00
int dev_manager_raid_message ( struct dev_manager * dm ,
const struct logical_volume * lv ,
const char * msg ) ;
2014-01-28 22:24:51 +04:00
int dev_manager_cache_status ( struct dev_manager * dm ,
const struct logical_volume * lv ,
2014-11-03 14:52:29 +03:00
struct lv_status_cache * * status ) ;
2012-01-25 12:48:42 +04:00
int dev_manager_thin_pool_status ( struct dev_manager * dm ,
const struct logical_volume * lv ,
2013-01-17 13:54:41 +04:00
struct dm_status_thin_pool * * status ,
2016-05-27 14:45:47 +03:00
int flush ) ;
2011-12-21 17:09:33 +04:00
int dev_manager_thin_pool_percent ( struct dev_manager * dm ,
const struct logical_volume * lv ,
2014-06-09 14:08:27 +04:00
int metadata , dm_percent_t * percent ) ;
2012-01-19 19:27:54 +04:00
int dev_manager_thin_percent ( struct dev_manager * dm ,
const struct logical_volume * lv ,
2014-06-09 14:08:27 +04:00
int mapped , dm_percent_t * percent ) ;
2013-12-04 16:57:27 +04:00
int dev_manager_thin_device_id ( struct dev_manager * dm ,
const struct logical_volume * lv ,
uint32_t * device_id ) ;
2018-06-29 12:15:54 +03:00
int dev_manager_vdo_pool_status ( struct dev_manager * dm ,
const struct logical_volume * lv ,
int flush ,
char * * vdo_params ,
struct lv_status_vdo * * vdo_status ) ;
2014-09-22 17:50:07 +04:00
int dev_manager_suspend ( struct dev_manager * dm , const struct logical_volume * lv ,
2011-06-17 18:14:19 +04:00
struct lv_activate_opts * laopts , int lockfs , int flush_required ) ;
2014-09-22 17:50:07 +04:00
int dev_manager_activate ( struct dev_manager * dm , const struct logical_volume * lv ,
2011-06-17 18:14:19 +04:00
struct lv_activate_opts * laopts ) ;
2014-09-22 17:50:07 +04:00
int dev_manager_preload ( struct dev_manager * dm , const struct logical_volume * lv ,
2011-06-17 18:14:19 +04:00
struct lv_activate_opts * laopts , int * flush_required ) ;
2014-09-22 17:50:07 +04:00
int dev_manager_deactivate ( struct dev_manager * dm , const struct logical_volume * lv ) ;
int dev_manager_transient ( struct dev_manager * dm , const struct logical_volume * lv ) __attribute__ ( ( nonnull ( 1 , 2 ) ) ) ;
2002-02-25 15:02:33 +03:00
2010-02-24 23:00:56 +03:00
int dev_manager_mknodes ( const struct logical_volume * lv ) ;
2003-11-12 22:16:48 +03:00
2002-02-25 15:02:33 +03:00
/*
* Put the desired changes into effect .
*/
int dev_manager_execute ( struct dev_manager * dm ) ;
2006-05-11 21:58:58 +04:00
int dev_manager_device_uses_vg ( struct device * dev ,
2005-10-25 23:08:21 +04:00
struct volume_group * vg ) ;
2002-02-25 15:02:33 +03:00
# endif