Last change
on this file since 3756 was 3564, checked in by Bruno Cornec, 9 years ago |
- Fix previous logfile copy on target media
- Rename libmondo-mountlist.c as mondo-rstr-mountlist.c with corresponding includes as this is only used by mondorestore and update build process for that.
|
-
Property svn:keywords
set to
Id
|
File size:
871 bytes
|
Line | |
---|
1 | /* libmondo-mountlist.h
|
---|
2 | * $Id: libmondo-mountlist.h 3564 2016-04-12 13:37:06Z bruno $
|
---|
3 | */
|
---|
4 |
|
---|
5 |
|
---|
6 | char *evaluate_mountlist(struct mountlist_itself *mountlist);
|
---|
7 | int find_device_in_mountlist(struct mountlist_itself *mountlist,
|
---|
8 | char *device);
|
---|
9 | int make_list_of_drives_in_mountlist(struct mountlist_itself *,
|
---|
10 | struct list_of_disks *);
|
---|
11 | long long size_of_specific_device_in_mountlist(struct mountlist_itself
|
---|
12 | *mountlist, char *device);
|
---|
13 |
|
---|
14 |
|
---|
15 | int load_mountlist(struct mountlist_itself *mountlist, char *fname);
|
---|
16 | void sort_mountlist_by_device(struct mountlist_itself *mountlist);
|
---|
17 | int save_mountlist_to_disk(struct mountlist_itself *mountlist,
|
---|
18 | char *fname);
|
---|
19 | void sort_mountlist_by_mountpoint(struct mountlist_itself *mountlist,
|
---|
20 | bool reverse);
|
---|
21 | void sort_mountlist_by_device(struct mountlist_itself *mountlist);
|
---|
22 | void swap_mountlist_entries(struct mountlist_itself *mountlist, int a,
|
---|
23 | int b);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.