4 int m_fs_e
; /* FS process' kernel endpoint */
5 dev_t m_dev
; /* device number */
6 int m_driver_e
; /* device driver process' kernel endpoint */
7 int m_flags
; /* mount flags */
8 int m_max_file_size
; /* maximum file size on partition */
9 unsigned short m_block_size
; /* block size */
10 struct vnode
*m_mounted_on
; /* the vnode on which the partition is mounted */
11 struct vnode
*m_root_node
; /* root vnode */
14 #define NIL_VMNT (struct vmnt *) 0