Deleted Added
full compact
coda_venus.h (119832) coda_venus.h (130585)
1/*
2 *
3 * Coda: an Experimental Distributed File System
4 * Release 3.1
5 *
6 * Copyright (c) 1987-1998 Carnegie Mellon University
7 * All Rights Reserved
8 *

--- 13 unchanged lines hidden (view full) ---

22 * RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE OR OF
23 * ANY DERIVATIVE WORK.
24 *
25 * Carnegie Mellon encourages users of this software to return any
26 * improvements or extensions that they make, and to grant Carnegie
27 * Mellon the rights to redistribute these changes without encumbrance.
28 *
29 * @(#) src/sys/coda/coda_venus.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
1/*
2 *
3 * Coda: an Experimental Distributed File System
4 * Release 3.1
5 *
6 * Copyright (c) 1987-1998 Carnegie Mellon University
7 * All Rights Reserved
8 *

--- 13 unchanged lines hidden (view full) ---

22 * RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE OR OF
23 * ANY DERIVATIVE WORK.
24 *
25 * Carnegie Mellon encourages users of this software to return any
26 * improvements or extensions that they make, and to grant Carnegie
27 * Mellon the rights to redistribute these changes without encumbrance.
28 *
29 * @(#) src/sys/coda/coda_venus.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
30 * $FreeBSD: head/sys/fs/coda/coda_venus.h 119832 2003-09-07 07:43:10Z tjr $
30 * $FreeBSD: head/sys/fs/coda/coda_venus.h 130585 2004-06-16 09:47:26Z phk $
31 *
32 */
33
34int
35venus_root(void *mdp,
36 struct ucred *cred, struct proc *p,
37/*out*/ CodaFid *VFid);
38
39int
40venus_open(void *mdp, CodaFid *fid, int flag,
41 struct ucred *cred, struct proc *p,
31 *
32 */
33
34int
35venus_root(void *mdp,
36 struct ucred *cred, struct proc *p,
37/*out*/ CodaFid *VFid);
38
39int
40venus_open(void *mdp, CodaFid *fid, int flag,
41 struct ucred *cred, struct proc *p,
42/*out*/ dev_t *dev, ino_t *inode);
42/*out*/ struct cdev **dev, ino_t *inode);
43
44int
45venus_close(void *mdp, CodaFid *fid, int flag,
46 struct ucred *cred, struct proc *p);
47
48void
49venus_read(void);
50

--- 83 unchanged lines hidden ---
43
44int
45venus_close(void *mdp, CodaFid *fid, int flag,
46 struct ucred *cred, struct proc *p);
47
48void
49venus_read(void);
50

--- 83 unchanged lines hidden ---