My favorites
▼
|
Sign in
fscops
OHSM - Online Hierarchical Storage Manager
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
9
attachment: ohsm_meta_module.h
(508 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#define EXT2_MOUNT_POINT_LENGTH 256
#include <linux/fs.h>
#include <linux/ext2_fs.h>
struct ohsm_input_to_meta_device{
char mountpoint[EXT2_MOUNT_POINT_LENGTH];
unsigned int error;
};
extern void ohsm_copy_ext2_sb_info( struct ext2_sb_info *src, struct ext2_sb_info *dest);
extern struct ext2_group_desc * ext2_get_group_desc(struct super_block * sb,
unsigned int block_group,
struct buffer_head ** bh);
extern void ohsm_print_ext2_sb_info(const struct ext2_sb_info sb);
Powered by
Google Project Hosting