|
|
| version 1.10, 2004/03/12 22:05:53 | version 1.11, 2004/05/21 15:41:23 |
|---|---|
| Line 440 int vfs_lock (struct mount *); / | Line 440 int vfs_lock (struct mount *); / |
| void vfs_msync (struct mount *, int); | void vfs_msync (struct mount *, int); |
| void vfs_unlock (struct mount *); /* unlock a vfs */ | void vfs_unlock (struct mount *); /* unlock a vfs */ |
| int vfs_busy (struct mount *, int, struct lwkt_tokref *, struct thread *); | int vfs_busy (struct mount *, int, struct lwkt_tokref *, struct thread *); |
| void vfs_bufstats(void); | |
| int vfs_export /* process mount export info */ | int vfs_export /* process mount export info */ |
| (struct mount *, struct netexport *, struct export_args *); | (struct mount *, struct netexport *, struct export_args *); |
| struct netcred *vfs_export_lookup /* lookup host in fs export list */ | struct netcred *vfs_export_lookup /* lookup host in fs export list */ |