fslib.h

Go to the documentation of this file.
00001 /* V1 and V2 file system disk to/from memory support functions. */
00002 
00003 _PROTOTYPE( int bitmapsize, (bit_t _nr_bits, int block_size)                            );
00004 _PROTOTYPE( unsigned conv2, (int _norm, int _w)                         );
00005 _PROTOTYPE( long conv4, (int _norm, long _x)                            );
00006 _PROTOTYPE( void conv_inode, (struct inode *_rip, d1_inode *_dip,
00007                              d2_inode *_dip2, int _rw_flag, int _magic) );
00008 _PROTOTYPE( void old_icopy, (struct inode *_rip, d1_inode *_dip,
00009                                               int _direction, int _norm));
00010 _PROTOTYPE( void new_icopy, (struct inode *_rip, d2_inode *_dip,
00011                                               int _direction, int _norm));

Generated on Fri Apr 14 22:57:20 2006 for minix by  doxygen 1.4.6