No empty .Rs/.Re
[netbsd-mini2440.git] / sys / coda / coda_subr.h
blob023df7acbae8233041996183f481ec3baddb12bd
1 /* $NetBSD: coda_subr.h,v 1.5.46.4 2005/03/04 16:39:22 skrll Exp $ */
3 /*
5 * Coda: an Experimental Distributed File System
6 * Release 3.1
8 * Copyright (c) 1987-1998 Carnegie Mellon University
9 * All Rights Reserved
11 * Permission to use, copy, modify and distribute this software and its
12 * documentation is hereby granted, provided that both the copyright
13 * notice and this permission notice appear in all copies of the
14 * software, derivative works or modified versions, and any portions
15 * thereof, and that both notices appear in supporting documentation, and
16 * that credit is given to Carnegie Mellon University in all documents
17 * and publicity pertaining to direct or indirect use of this code or its
18 * derivatives.
20 * CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS KNOWN TO HAVE BUGS,
21 * SOME OF WHICH MAY HAVE SERIOUS CONSEQUENCES. CARNEGIE MELLON ALLOWS
22 * FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON
23 * DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
24 * RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE OR OF
25 * ANY DERIVATIVE WORK.
27 * Carnegie Mellon encourages users of this software to return any
28 * improvements or extensions that they make, and to grant Carnegie
29 * Mellon the rights to redistribute these changes without encumbrance.
31 * @(#) coda/coda_subr.h,v 1.1.1.1 1998/08/29 21:26:45 rvb Exp $
34 struct cnode *coda_alloc(void);
35 void coda_free(struct cnode *cp);
36 struct cnode *coda_find(CodaFid *fid);
37 void coda_flush(enum dc_status dcstat);
38 void coda_testflush(void);
39 void coda_checkunmounting(struct mount *mp);
40 void coda_cacheprint(struct mount *whoIam);
41 void coda_debugon(void);
42 void coda_debugoff(void);
43 int coda_kill(struct mount *whoIam, enum dc_status dcstat);
44 void coda_save(struct cnode *cp);
45 void coda_unsave(struct cnode *cp);