Deleted Added
full compact
nfs_var.h (191783) nfs_var.h (191990)
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
32 * $FreeBSD: head/sys/fs/nfs/nfs_var.h 191783 2009-05-04 15:23:58Z rmacklem $
32 * $FreeBSD: head/sys/fs/nfs/nfs_var.h 191990 2009-05-11 15:33:26Z attilio $
33 */
34
35/*
36 * XXX needs <nfs/rpcv2.h> and <nfs/nfs.h> because of typedefs
37 */
38
39struct uio;
40struct ucred;

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

553 struct nfsexstuff *);
554int nfsvno_rmdirsub(struct nameidata *, int, struct ucred *, NFSPROC_T *,
555 struct nfsexstuff *);
556int nfsvno_rename(struct nameidata *, struct nameidata *, u_int32_t,
557 u_int32_t, struct ucred *, NFSPROC_T *);
558int nfsvno_link(struct nameidata *, vnode_t, struct ucred *,
559 NFSPROC_T *, struct nfsexstuff *);
560int nfsvno_fsync(vnode_t, u_int64_t, int, struct ucred *, NFSPROC_T *);
33 */
34
35/*
36 * XXX needs <nfs/rpcv2.h> and <nfs/nfs.h> because of typedefs
37 */
38
39struct uio;
40struct ucred;

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

553 struct nfsexstuff *);
554int nfsvno_rmdirsub(struct nameidata *, int, struct ucred *, NFSPROC_T *,
555 struct nfsexstuff *);
556int nfsvno_rename(struct nameidata *, struct nameidata *, u_int32_t,
557 u_int32_t, struct ucred *, NFSPROC_T *);
558int nfsvno_link(struct nameidata *, vnode_t, struct ucred *,
559 NFSPROC_T *, struct nfsexstuff *);
560int nfsvno_fsync(vnode_t, u_int64_t, int, struct ucred *, NFSPROC_T *);
561int nfsvno_statfs(vnode_t, struct statfs *, struct ucred *, NFSPROC_T *);
561int nfsvno_statfs(vnode_t, struct statfs *);
562void nfsvno_getfs(struct nfsfsinfo *, int);
563void nfsvno_open(struct nfsrv_descript *, struct nameidata *, nfsquad_t,
564 nfsv4stateid_t *, struct nfsstate *, int *, struct nfsvattr *, u_char *,
565 int, NFSACL_T *, nfsattrbit_t *, struct ucred *, NFSPROC_T *,
566 struct nfsexstuff *, vnode_t *);
567void nfsvno_updfilerev(vnode_t, struct nfsvattr *, struct ucred *,
568 NFSPROC_T *);
569int nfsvno_fillattr(struct nfsrv_descript *, vnode_t,

--- 35 unchanged lines hidden ---
562void nfsvno_getfs(struct nfsfsinfo *, int);
563void nfsvno_open(struct nfsrv_descript *, struct nameidata *, nfsquad_t,
564 nfsv4stateid_t *, struct nfsstate *, int *, struct nfsvattr *, u_char *,
565 int, NFSACL_T *, nfsattrbit_t *, struct ucred *, NFSPROC_T *,
566 struct nfsexstuff *, vnode_t *);
567void nfsvno_updfilerev(vnode_t, struct nfsvattr *, struct ucred *,
568 NFSPROC_T *);
569int nfsvno_fillattr(struct nfsrv_descript *, vnode_t,

--- 35 unchanged lines hidden ---