Merge of VFS by Balasz Gerofi with Minix trunk.
[minix3.git] / include / minix / fslib.h
blobd57b735337ca3958937bdc57ea09dce5bc324b08
1 /* V1 and V2 file system disk to/from memory support functions. */
3 _PROTOTYPE( int bitmapsize, (bit_t _nr_bits, int block_size) );
4 _PROTOTYPE( unsigned conv2, (int _norm, int _w) );
5 _PROTOTYPE( long conv4, (int _norm, long _x) );
6 _PROTOTYPE( void conv_inode, (struct inode *_rip, d1_inode *_dip,
7 d2_inode *_dip2, int _rw_flag, int _magic) );
8 _PROTOTYPE( void old_icopy, (struct inode *_rip, d1_inode *_dip,
9 int _direction, int _norm));
10 _PROTOTYPE( void new_icopy, (struct inode *_rip, d2_inode *_dip,
11 int _direction, int _norm));