~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/fs/partitions/check.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  * add_partition adds a partitions details to the devices partition
  3  * description.
  4  */
  5 void add_gd_partition(struct gendisk *hd, int minor, int start, int size);
  6 
  7 /*
  8  * Get the default block size for this device
  9  */
 10 unsigned int get_ptable_blocksize(kdev_t dev);
 11 
 12 extern int warn_no_part;
 13 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.