Searched refs:nfsclient (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-10.1-release/sys/modules/nfsclient/
H A DMakefile3 .PATH: ${.CURDIR}/../../nfsclient ${.CURDIR}/../../nfs ${.CURDIR}/../../rpc
5 KMOD= nfsclient
/freebsd-10.1-release/etc/rc.d/
H A Damd7 # REQUIRE: rpcbind ypset nfsclient FILESYSTEMS ldconfig
22 force_depend nfsclient nfs_client || return 1
H A DMakefile103 nfsclient \
/freebsd-10.1-release/sys/modules/dtrace/dtnfscl/
H A DMakefile3 .PATH: ${.CURDIR}/../../../fs/nfsclient
/freebsd-10.1-release/sys/modules/dtrace/dtnfsclient/
H A DMakefile3 .PATH: ${.CURDIR}/../../../nfsclient
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfsrvstate.h37 * List heads for nfsclient, nfsstate and nfslockfile.
41 LIST_HEAD(nfsclienthashhead, nfsclient);
82 struct nfsclient { struct
83 LIST_ENTRY(nfsclient) lc_hash; /* Clientid hash list */
134 struct nfsclient *sess_clp; /* Associated clientid. */
153 * - open_owner structures chained off of nfsclient
156 * - delegated file structures chained off of nfsclient and nfslockfile
162 * nfsclient for stateid.
189 struct nfsclient *ls_clp; /* Back pointer */
293 void nfsrv_cleanclient(struct nfsclient *, NFSPROC_
[all...]
H A Dnfs_var.h63 struct nfsclient;
92 int nfsrv_setclient(struct nfsrv_descript *, struct nfsclient **,
94 int nfsrv_getclient(nfsquad_t, int, struct nfsclient **, struct nfsdsession *,
115 void nfsrv_zapclient(struct nfsclient *, NFSPROC_T *);
118 int nfsrv_getclientipaddr(struct nfsrv_descript *, struct nfsclient *);
669 struct nfsclient *, struct nfssockreq *, vnode_t, NFSPROC_T *,
H A Dnfsport.h441 #include <nfsclient/nfsargs.h>
442 #include <fs/nfsclient/nfsmount.h>
477 #include <fs/nfsclient/nfsnode.h>
529 struct nfsclient *nst_clp;
/freebsd-10.1-release/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd3.h67 # include <nfsclient/nfs.h>
81 /* nfsclient/nfsargs.h was introduced in FreeBSD 5.0, and is needed */
83 # include <nfsclient/nfsargs.h>
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clnode.c56 #include <fs/nfsclient/nfsnode.h>
57 #include <fs/nfsclient/nfsmount.h>
58 #include <fs/nfsclient/nfs.h>
59 #include <fs/nfsclient/nfs_kdtrace.h>
H A Dnfs_clsubs.c70 #include <fs/nfsclient/nfsnode.h>
71 #include <fs/nfsclient/nfsmount.h>
72 #include <fs/nfsclient/nfs.h>
73 #include <fs/nfsclient/nfs_kdtrace.h>
H A Dnfs_clnfsiod.c68 #include <fs/nfsclient/nfsmount.h>
69 #include <fs/nfsclient/nfs.h>
70 #include <fs/nfsclient/nfsnode.h>
H A Dnfs_clkdtrace.c45 #include <fs/nfsclient/nfs_kdtrace.h>
/freebsd-10.1-release/sys/modules/nfscl/
H A DMakefile3 .PATH: ${.CURDIR}/../../fs/nfsclient ${.CURDIR}/../../nfs
/freebsd-10.1-release/sys/nfsclient/
H A Dnfs_nfsiod.c69 #include <nfsclient/nfs.h>
70 #include <nfsclient/nfsm_subs.h>
71 #include <nfsclient/nfsmount.h>
72 #include <nfsclient/nfsnode.h>
H A Dnfs_node.c57 #include <nfsclient/nfs.h>
58 #include <nfsclient/nfsnode.h>
59 #include <nfsclient/nfsmount.h>
H A Dnfs.h43 #include <nfsclient/nfsargs.h>
106 #include <nfsclient/nfsstats.h>
H A Dnfs_krpc.c65 #include <nfsclient/nfs.h>
67 #include <nfsclient/nfsm_subs.h>
68 #include <nfsclient/nfsmount.h>
69 #include <nfsclient/nfsnode.h>
H A Dnfs_subs.c71 #include <nfsclient/nfs.h>
72 #include <nfsclient/nfsnode.h>
75 #include <nfsclient/nfsm_subs.h>
76 #include <nfsclient/nfsmount.h>
/freebsd-10.1-release/lib/libprocstat/
H A Dcommon_kvm.c52 #include <nfsclient/nfs.h>
53 #include <nfsclient/nfsnode.h>
/freebsd-10.1-release/sys/nfs/
H A Dnfs_lock.c58 #include <nfsclient/nfs.h>
59 #include <nfsclient/nfsmount.h>
60 #include <nfsclient/nfsnode.h>
61 #include <nfsclient/nlminfo.h>
H A Dnfs_diskless.c57 #include <nfsclient/nfs.h>
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c65 static void nfsrv_dumpaclient(struct nfsclient *clp,
78 static int nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp,
93 static int nfsrv_checkgrace(struct nfsrv_descript *nd, struct nfsclient *clp,
95 static int nfsrv_docallback(struct nfsclient *clp, int procnum,
98 static int nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp,
101 static u_int32_t nfsrv_nextstateindex(struct nfsclient *clp);
102 static void nfsrv_markstable(struct nfsclient *clp);
103 static int nfsrv_checkstable(struct nfsclient *clp);
104 static int nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, struct
109 struct nfsclient *cl
[all...]
/freebsd-10.1-release/sys/
H A DMakefile14 netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
/freebsd-10.1-release/sys/kern/
H A DMake.tags.inc46 ${SYS}/nfsclient/*.[ch] \

Completed in 266 milliseconds

12