kernel: some boottime sanitychecks
[minix.git] / include / minix / fslib.h
blobed189f9b5ab763eb5581f1e351b5e72caad0bed9
1 /* V1 and V2 file system disk to/from memory support functions. */
3 int bitmapsize(bit_t _nr_bits, int block_size);
4 unsigned conv2(int _norm, int _w);
5 long conv4(int _norm, long _x);
6 void conv_inode(struct inode *_rip, d1_inode *_dip, d2_inode *_dip2, int
7 _rw_flag, int _magic);
8 void old_icopy(struct inode *_rip, d1_inode *_dip, int _direction, int
9 _norm);
10 void new_icopy(struct inode *_rip, d2_inode *_dip, int _direction, int
11 _norm);