|
|
| version 1.3, 2003/06/25 03:56:12 | version 1.4, 2004/05/19 22:53:04 |
|---|---|
| Line 32 | Line 32 |
| * | * |
| * @(#)mfsnode.h 8.3 (Berkeley) 5/19/95 | * @(#)mfsnode.h 8.3 (Berkeley) 5/19/95 |
| * $FreeBSD: src/sys/ufs/mfs/mfsnode.h,v 1.12.2.2 2001/07/04 17:35:21 tegge Exp $ | * $FreeBSD: src/sys/ufs/mfs/mfsnode.h,v 1.12.2.2 2001/07/04 17:35:21 tegge Exp $ |
| * $DragonFly: src/sys/ufs/mfs/mfsnode.h,v 1.2 2003/06/17 04:28:59 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #ifndef _UFS_MFS_MFSNODE_H_ | #ifndef _UFS_MFS_MFSNODE_H_ |
| Line 48 struct mfsnode { | Line 48 struct mfsnode { |
| long mfs_size; /* size of memory file system */ | long mfs_size; /* size of memory file system */ |
| struct thread *mfs_td; /* supporting thread */ | struct thread *mfs_td; /* supporting thread */ |
| struct buf_queue_head buf_queue; /* list of I/O requests */ | struct buf_queue_head buf_queue; /* list of I/O requests */ |
| dev_t mfs_dev; /* underlying device */ | |
| int mfs_active; | int mfs_active; |
| long mfs_spare[1]; | long mfs_spare[1]; |
| }; | }; |