Deleted Added
full compact
nfs_var.h (217063) nfs_var.h (217432)
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 217063 2011-01-06 19:50:11Z rmacklem $
32 * $FreeBSD: head/sys/fs/nfs/nfs_var.h 217432 2011-01-14 23:30:35Z rmacklem $
33 */
34
35/*
36 * XXX needs <nfs/rpcv2.h> and <nfs/nfs.h> because of typedefs
37 */
38
39struct uio;
40struct ucred;

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

568 vnode_t *, struct nfsexstuff *, struct ucred **);
569int nfsvno_pathconf(vnode_t, int, register_t *, struct ucred *,
570 NFSPROC_T *);
571vnode_t nfsvno_getvp(fhandle_t *);
572int nfsvno_advlock(vnode_t, int, u_int64_t, u_int64_t, NFSPROC_T *);
573int nfsrv_v4rootexport(void *, struct ucred *, NFSPROC_T *);
574int nfsvno_testexp(struct nfsrv_descript *, struct nfsexstuff *);
575uint32_t nfsrv_hashfh(fhandle_t *);
33 */
34
35/*
36 * XXX needs <nfs/rpcv2.h> and <nfs/nfs.h> because of typedefs
37 */
38
39struct uio;
40struct ucred;

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

568 vnode_t *, struct nfsexstuff *, struct ucred **);
569int nfsvno_pathconf(vnode_t, int, register_t *, struct ucred *,
570 NFSPROC_T *);
571vnode_t nfsvno_getvp(fhandle_t *);
572int nfsvno_advlock(vnode_t, int, u_int64_t, u_int64_t, NFSPROC_T *);
573int nfsrv_v4rootexport(void *, struct ucred *, NFSPROC_T *);
574int nfsvno_testexp(struct nfsrv_descript *, struct nfsexstuff *);
575uint32_t nfsrv_hashfh(fhandle_t *);
576void nfsrv_backupstable(void);
576
577/* nfs_commonkrpc.c */
578int newnfs_nmcancelreqs(struct nfsmount *);
579void newnfs_set_sigmask(struct thread *, sigset_t *);
580void newnfs_restore_sigmask(struct thread *, sigset_t *);
581int newnfs_msleep(struct thread *, void *, struct mtx *, int, char *, int);
582int newnfs_request(struct nfsrv_descript *, struct nfsmount *,
583 struct nfsclient *, struct nfssockreq *, vnode_t, NFSPROC_T *,

--- 15 unchanged lines hidden ---
577
578/* nfs_commonkrpc.c */
579int newnfs_nmcancelreqs(struct nfsmount *);
580void newnfs_set_sigmask(struct thread *, sigset_t *);
581void newnfs_restore_sigmask(struct thread *, sigset_t *);
582int newnfs_msleep(struct thread *, void *, struct mtx *, int, char *, int);
583int newnfs_request(struct nfsrv_descript *, struct nfsmount *,
584 struct nfsclient *, struct nfssockreq *, vnode_t, NFSPROC_T *,

--- 15 unchanged lines hidden ---