]> sourceware.org Git - lvm2.git/blob - lib/activate/targets.h
thin: fix recent commits
[lvm2.git] / lib / activate / targets.h
1 /*
2 * Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.
3 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
4 *
5 * This file is part of LVM2.
6 *
7 * This copyrighted material is made available to anyone wishing to use,
8 * modify, copy, or redistribute it subject to the terms and conditions
9 * of the GNU Lesser General Public License v.2.1.
10 *
11 * You should have received a copy of the GNU Lesser General Public License
12 * along with this program; if not, write to the Free Software Foundation,
13 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14 */
15
16 #ifndef _LVM_TARGETS_H
17 #define _LVM_TARGETS_H
18
19 struct dev_manager;
20 struct lv_segment;
21
22 int compose_areas_line(struct dev_manager *dm, struct lv_segment *seg,
23 char *params, size_t paramsize, int *pos,
24 int start_area, int areas);
25
26 int add_areas_line(struct dev_manager *dm, struct lv_segment *seg,
27 struct dm_tree_node *node, uint32_t start_area, uint32_t areas);
28
29 int build_dev_string(struct dev_manager *dm, char *dlid, char *devbuf,
30 size_t bufsize, const char *desc);
31
32 #endif
This page took 0.03547 seconds and 5 git commands to generate.