Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / mds / mds_internal.h
1 struct mds_file_data *mds_mfd_new(void);
2 void mds_mfd_put(struct mds_file_data *mfd);
3 void mds_mfd_destroy(struct mds_file_data *mfd);
4 int mds_update_unpack(struct ptlrpc_request *, int offset,
5                       struct mds_update_record *);
6
7 /* mds/mds_fs.c */
8 int mds_client_add(struct obd_device *obd, struct mds_obd *mds,
9                    struct mds_export_data *med, int cl_off);
10 int mds_client_free(struct obd_export *exp);
11
12 #ifdef __KERNEL__
13 void mds_pack_inode2fid(struct ll_fid *fid, struct inode *inode);
14 void mds_pack_inode2body(struct mds_body *body, struct inode *inode);
15 #endif