Annotation of 43BSD/sys/h/mount.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * Copyright (c) 1982, 1986 Regents of the University of California.
        !             3:  * All rights reserved.  The Berkeley software License Agreement
        !             4:  * specifies the terms and conditions for redistribution.
        !             5:  *
        !             6:  *     @(#)mount.h     7.1 (Berkeley) 6/4/86
        !             7:  */
        !             8: 
        !             9: /*
        !            10:  * Mount structure.
        !            11:  * One allocated on every mount.
        !            12:  * Used to find the super block.
        !            13:  */
        !            14: struct mount
        !            15: {
        !            16:        dev_t   m_dev;          /* device mounted */
        !            17:        struct  buf *m_bufp;    /* pointer to superblock */
        !            18:        struct  inode *m_inodp; /* pointer to mounted on inode */
        !            19:        struct  inode *m_qinod; /* QUOTA: pointer to quota file */
        !            20: };
        !            21: #ifdef KERNEL
        !            22: struct mount mount[NMOUNT];
        !            23: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.