source: MondoRescue/branches/2.2.9/mondo/src/common/libmondo-mountlist-EXT.h@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
  • Property svn:eol-style set to native
File size: 976 bytes
Line 
1/* libmondo-mountlist-EXT.h */
2
3extern char *evaluate_mountlist(struct mountlist_itself *mountlist);
4extern int find_device_in_mountlist(struct mountlist_itself *mountlist,
5 char *device);
6extern int make_list_of_drives_in_mountlist(struct mountlist_itself *,
7 struct list_of_disks *);
8extern long long size_of_specific_device_in_mountlist(struct
9 mountlist_itself
10 *mountlist,
11 char *device);
12
13
14
15
16extern int load_mountlist(struct mountlist_itself *mountlist, char *fname);
17extern void sort_mountlist_by_device(struct mountlist_itself *mountlist);
18extern int save_mountlist_to_disk(struct mountlist_itself *mountlist,
19 char *fname);
20extern void sort_mountlist_by_mountpoint(struct mountlist_itself
21 *mountlist, bool reverse);
22extern void sort_mountlist_by_device(struct mountlist_itself *mountlist);
23extern void swap_mountlist_entries(struct mountlist_itself *mountlist,
24 int a, int b);
Note: See TracBrowser for help on using the repository browser.