source: trunk/minix/include/minix/fslib.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 570 bytes
Line 
1/* V1 and V2 file system disk to/from memory support functions. */
2
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));
Note: See TracBrowser for help on using the repository browser.