Deleted Added
full compact
nfs_var.h (291150) nfs_var.h (291527)
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 291150 2015-11-21 23:55:46Z rmacklem $
32 * $FreeBSD: head/sys/fs/nfs/nfs_var.h 291527 2015-11-30 21:54:27Z rmacklem $
33 */
34
35/*
36 * XXX needs <nfs/rpcv2.h> and <nfs/nfs.h> because of typedefs
37 */
38
39struct uio;
40struct ucred;

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

291int nfsv4_seqsession(uint32_t, uint32_t, uint32_t, struct nfsslot *,
292 struct mbuf **, uint16_t);
293void nfsv4_seqsess_cacherep(uint32_t, struct nfsslot *, int, struct mbuf **);
294void nfsv4_setsequence(struct nfsmount *, struct nfsrv_descript *,
295 struct nfsclsession *, int);
296int nfsv4_sequencelookup(struct nfsmount *, struct nfsclsession *, int *,
297 int *, uint32_t *, uint8_t *);
298void nfsv4_freeslot(struct nfsclsession *, int);
33 */
34
35/*
36 * XXX needs <nfs/rpcv2.h> and <nfs/nfs.h> because of typedefs
37 */
38
39struct uio;
40struct ucred;

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

291int nfsv4_seqsession(uint32_t, uint32_t, uint32_t, struct nfsslot *,
292 struct mbuf **, uint16_t);
293void nfsv4_seqsess_cacherep(uint32_t, struct nfsslot *, int, struct mbuf **);
294void nfsv4_setsequence(struct nfsmount *, struct nfsrv_descript *,
295 struct nfsclsession *, int);
296int nfsv4_sequencelookup(struct nfsmount *, struct nfsclsession *, int *,
297 int *, uint32_t *, uint8_t *);
298void nfsv4_freeslot(struct nfsclsession *, int);
299struct ucred *nfsrv_getgrpscred(struct ucred *);
299
300/* nfs_clcomsubs.c */
301void nfsm_uiombuf(struct nfsrv_descript *, struct uio *, int);
302void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
303 u_int8_t *, int, u_int32_t **, struct nfsclsession *);
304nfsuint64 *nfscl_getcookie(struct nfsnode *, off_t off, int);
305void nfscl_fillsattr(struct nfsrv_descript *, struct vattr *,
306 vnode_t, int, u_int32_t);

--- 380 unchanged lines hidden ---
300
301/* nfs_clcomsubs.c */
302void nfsm_uiombuf(struct nfsrv_descript *, struct uio *, int);
303void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
304 u_int8_t *, int, u_int32_t **, struct nfsclsession *);
305nfsuint64 *nfscl_getcookie(struct nfsnode *, off_t off, int);
306void nfscl_fillsattr(struct nfsrv_descript *, struct vattr *,
307 vnode_t, int, u_int32_t);

--- 380 unchanged lines hidden ---