1998-09-12 01:27:12 +04:00
|
|
|
/* $NetBSD: lfs_extern.h,v 1.11 1998/09/11 21:27:12 pk Exp $ */
|
1994-06-29 10:39:25 +04:00
|
|
|
|
1994-06-08 15:41:58 +04:00
|
|
|
/*-
|
|
|
|
* Copyright (c) 1991, 1993, 1994
|
|
|
|
* The Regents of the University of California. All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the University of
|
|
|
|
* California, Berkeley and its contributors.
|
|
|
|
* 4. Neither the name of the University nor the names of its contributors
|
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*
|
1998-03-01 05:20:01 +03:00
|
|
|
* @(#)lfs_extern.h 8.6 (Berkeley) 5/8/95
|
1994-06-08 15:41:58 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
struct fid;
|
|
|
|
struct mount;
|
|
|
|
struct nameidata;
|
|
|
|
struct proc;
|
|
|
|
struct statfs;
|
|
|
|
struct timeval;
|
|
|
|
struct inode;
|
|
|
|
struct uio;
|
|
|
|
struct mbuf;
|
1996-02-10 01:28:45 +03:00
|
|
|
struct dinode;
|
|
|
|
struct buf;
|
|
|
|
struct vnode;
|
|
|
|
struct lfs;
|
|
|
|
struct segment;
|
1996-02-12 18:20:12 +03:00
|
|
|
struct ucred;
|
1994-06-08 15:41:58 +04:00
|
|
|
|
1998-09-01 07:26:05 +04:00
|
|
|
extern struct pool lfs_inode_pool; /* memory pool for inodes */
|
|
|
|
|
1994-06-08 15:41:58 +04:00
|
|
|
__BEGIN_DECLS
|
1996-02-10 01:28:45 +03:00
|
|
|
/* lfs_alloc.c */
|
|
|
|
int lfs_vcreate __P((struct mount *, ino_t, struct vnode **));
|
|
|
|
|
|
|
|
|
|
|
|
/* lfs_balloc.c */
|
1998-03-01 05:20:01 +03:00
|
|
|
int lfs_balloc __P((struct vnode *, int, u_long, ufs_daddr_t, struct buf **));
|
1996-02-10 01:28:45 +03:00
|
|
|
|
|
|
|
/* lfs_bio.c */
|
|
|
|
void lfs_flush __P((void));
|
1998-03-01 05:20:01 +03:00
|
|
|
int lfs_check __P((struct vnode *, ufs_daddr_t));
|
1996-02-10 01:28:45 +03:00
|
|
|
|
|
|
|
/* lfs_cksum.c */
|
|
|
|
u_long cksum __P((void *, size_t));
|
1998-09-12 01:27:12 +04:00
|
|
|
u_long lfs_sb_cksum __P((struct dlfs *));
|
1996-02-10 01:28:45 +03:00
|
|
|
|
|
|
|
/* lfs_debug.c */
|
1994-06-08 15:41:58 +04:00
|
|
|
#ifdef DEBUG
|
1996-02-10 01:28:45 +03:00
|
|
|
void lfs_dump_super __P((struct lfs *));
|
|
|
|
void lfs_dump_dinode __P((struct dinode *));
|
1994-06-08 15:41:58 +04:00
|
|
|
#endif
|
1996-02-10 01:28:45 +03:00
|
|
|
|
|
|
|
/* lfs_inode.c */
|
|
|
|
void lfs_init __P((void));
|
|
|
|
struct dinode *lfs_ifind __P((struct lfs *, ino_t, struct dinode *));
|
|
|
|
|
|
|
|
/* lfs_segment.c */
|
|
|
|
int lfs_vflush __P((struct vnode *));
|
|
|
|
void lfs_writevnodes __P((struct lfs *, struct mount *, struct segment *, int));
|
|
|
|
int lfs_segwrite __P((struct mount *, int));
|
|
|
|
void lfs_writefile __P((struct lfs *, struct segment *, struct vnode *));
|
|
|
|
int lfs_writeinode __P((struct lfs *, struct segment *, struct inode *));
|
|
|
|
int lfs_gatherblock __P((struct segment *, struct buf *, int *));
|
|
|
|
void lfs_gather __P((struct lfs *, struct segment *, struct vnode *, int (*match )__P ((struct lfs *, struct buf *))));
|
|
|
|
void lfs_updatemeta __P((struct segment *));
|
|
|
|
int lfs_initseg __P((struct lfs *));
|
|
|
|
void lfs_newseg __P((struct lfs *));
|
|
|
|
int lfs_writeseg __P((struct lfs *, struct segment *));
|
|
|
|
void lfs_writesuper __P((struct lfs *));
|
|
|
|
int lfs_match_data __P((struct lfs *, struct buf *));
|
|
|
|
int lfs_match_indir __P((struct lfs *, struct buf *));
|
|
|
|
int lfs_match_dindir __P((struct lfs *, struct buf *));
|
|
|
|
int lfs_match_tindir __P((struct lfs *, struct buf *));
|
1998-03-01 05:20:01 +03:00
|
|
|
struct buf *lfs_newbuf __P((struct vnode *, ufs_daddr_t, size_t));
|
1996-02-10 01:28:45 +03:00
|
|
|
void lfs_callback __P((struct buf *));
|
|
|
|
void lfs_supercallback __P((struct buf *));
|
1998-03-01 05:20:01 +03:00
|
|
|
void lfs_shellsort __P((struct buf **, ufs_daddr_t *, int));
|
1996-02-10 01:28:45 +03:00
|
|
|
int lfs_vref __P((struct vnode *));
|
|
|
|
void lfs_vunref __P((struct vnode *));
|
|
|
|
|
|
|
|
/* lfs_subr.c */
|
|
|
|
void lfs_seglock __P((struct lfs *, unsigned long));
|
|
|
|
void lfs_segunlock __P((struct lfs *));
|
|
|
|
|
|
|
|
/* lfs_syscalls.c */
|
1998-03-01 05:20:01 +03:00
|
|
|
int lfs_fastvget __P((struct mount *, ino_t, ufs_daddr_t, struct vnode **, struct dinode *));
|
1996-02-10 01:28:45 +03:00
|
|
|
struct buf *lfs_fakebuf __P((struct vnode *, int, size_t, caddr_t));
|
|
|
|
|
|
|
|
/* lfs_vfsops.c */
|
|
|
|
int lfs_mountroot __P((void));
|
1996-12-22 13:10:12 +03:00
|
|
|
int lfs_mount __P((struct mount *, const char *, void *, struct nameidata *, struct proc *));
|
1996-02-10 01:28:45 +03:00
|
|
|
int lfs_mountfs __P((struct vnode *, struct mount *, struct proc *));
|
|
|
|
int lfs_unmount __P((struct mount *, int, struct proc *));
|
|
|
|
int lfs_statfs __P((struct mount *, struct statfs *, struct proc *));
|
|
|
|
int lfs_sync __P((struct mount *, int, struct ucred *, struct proc *));
|
|
|
|
int lfs_vget __P((struct mount *, ino_t, struct vnode **));
|
|
|
|
int lfs_fhtovp __P((struct mount *, struct fid *, struct mbuf *, struct vnode **, int *, struct ucred **));
|
|
|
|
int lfs_vptofh __P((struct vnode *, struct fid *));
|
1998-03-01 05:20:01 +03:00
|
|
|
int lfs_sysctl __P((int *, u_int, void *, size_t *, void *, size_t,
|
|
|
|
struct proc *));
|
1996-02-10 01:28:45 +03:00
|
|
|
|
|
|
|
|
|
|
|
int lfs_valloc __P((void *));
|
|
|
|
int lfs_vfree __P((void *));
|
|
|
|
int lfs_bwrite __P((void *));
|
|
|
|
int lfs_update __P((void *));
|
|
|
|
int lfs_truncate __P((void *));
|
|
|
|
int lfs_blkatoff __P((void *));
|
|
|
|
int lfs_fsync __P((void *));
|
|
|
|
int lfs_symlink __P((void *));
|
|
|
|
int lfs_mknod __P((void *));
|
|
|
|
int lfs_create __P((void *));
|
|
|
|
int lfs_mkdir __P((void *));
|
|
|
|
int lfs_read __P((void *));
|
|
|
|
int lfs_remove __P((void *));
|
|
|
|
int lfs_rmdir __P((void *));
|
|
|
|
int lfs_link __P((void *));
|
|
|
|
int lfs_rename __P((void *));
|
|
|
|
int lfs_getattr __P((void *));
|
|
|
|
int lfs_close __P((void *));
|
|
|
|
int lfs_inactive __P((void *));
|
|
|
|
int lfs_reclaim __P((void *));
|
|
|
|
int lfs_write __P((void *));
|
|
|
|
|
1994-06-08 15:41:58 +04:00
|
|
|
__END_DECLS
|
1998-03-01 05:20:01 +03:00
|
|
|
extern int lfs_mount_type;
|
1996-02-10 01:28:45 +03:00
|
|
|
extern int (**lfs_vnodeop_p) __P((void *));
|
|
|
|
extern int (**lfs_specop_p) __P((void *));
|
|
|
|
extern int (**lfs_fifoop_p) __P((void *));
|
1998-06-25 00:58:44 +04:00
|
|
|
|