Whamcloud - gitweb
Get some diagnostic output from expect to see if I can see why this fails on
[fs/lustre-release.git] / lustre / lvfs / lvfs_internal.h
1 int  fsfilt_ext3_init(void);
2 void fsfilt_ext3_exit(void);
3
4 int  fsfilt_extN_init(void);
5 void fsfilt_extN_exit(void);
6
7 int  fsfilt_ldiskfs_init(void);
8 void fsfilt_ldiskfs_exit(void);
9
10 int  fsfilt_reiser_init(void);
11 void fsfilt_reiser_exit(void);
12
13 void lvfs_mount_list_init(void);
14 void lvfs_mount_list_cleanup(void);
15
16 int lookup_by_path(char *path, int flags, struct nameidata *nd);