1: /*
   2:  * Mount structure.
   3:  * One allocated on every mount.
   4:  * Used to find the super block.
   5:  */
   6: struct  mount
   7: {
   8:     dev_t   m_dev;      /* device mounted */
   9:     struct buf *m_bufp; /* pointer to superblock */
  10:     struct inode *m_inodp;  /* pointer to mounted on inode */
  11: } mount[NMOUNT];

Defined variables

mount defined in line 11; used 15 times

Defined struct's

mount defined in line 6; used 12 times

Usage of this include

Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 487
Valid CSS Valid XHTML 1.0 Strict