Searched refs:nfsclient (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfsrvstate.h | 42 LIST_HEAD(nfsclienthashhead, nfsclient); 94 struct nfsclient { struct 95 LIST_ENTRY(nfsclient) lc_hash; /* Clientid hash list */ 176 struct nfsclient *sess_clp; /* Associated clientid. */ 232 struct nfsclient *ls_clp; /* Back pointer */ 336 void nfsrv_cleanclient(struct nfsclient *, NFSPROC_T *, bool, SVCXPRT **);
|
H A D | nfs_var.h | 63 struct nfsclient; 96 int nfsrv_setclient(struct nfsrv_descript *, struct nfsclient **, 98 int nfsrv_getclient(nfsquad_t, int, struct nfsclient **, struct nfsdsession *, 121 void nfsrv_zapclient(struct nfsclient *, NFSPROC_T *); 124 int nfsrv_getclientipaddr(struct nfsrv_descript *, struct nfsclient *); 780 struct nfsclient *, struct nfssockreq *, vnode_t, NFSPROC_T *,
|
H A D | nfsport.h | 657 #include <nfsclient/nfsargs.h> 658 #include <fs/nfsclient/nfsmount.h> 694 #include <fs/nfsclient/nfsnode.h> 747 struct nfsclient *nst_clp;
|
H A D | nfs_commonkrpc.c | 669 struct nfsclient *clp, struct nfssockreq *nrp, vnode_t vp, in newnfs_request()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 143 static void nfsrv_dumpaclient(struct nfsclient *clp, 156 static int nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp, 171 static int nfsrv_checkgrace(struct nfsrv_descript *nd, struct nfsclient *clp, 173 static int nfsrv_docallback(struct nfsclient *clp, int procnum, 176 static int nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp, 180 static u_int32_t nfsrv_nextstateindex(struct nfsclient *clp); 181 static void nfsrv_markstable(struct nfsclient *clp); 182 static void nfsrv_markreclaim(struct nfsclient *clp); 183 static int nfsrv_checkstable(struct nfsclient *clp); 184 static int nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, struct [all …]
|
H A D | nfs_nfsdsocket.c | 714 struct nfsclient *clp, *nclp; in nfsrvd_compound()
|
H A D | nfs_nfsdserv.c | 3977 struct nfsclient *clp = NULL; in nfsrvd_setclientid() 4008 clp = malloc(sizeof(struct nfsclient) + i, M_NFSDCLIENT, M_WAITOK | in nfsrvd_setclientid() 4295 struct nfsclient *clp = NULL; in nfsrvd_exchangeid() 4323 clp = malloc(sizeof(struct nfsclient) + i, M_NFSDCLIENT, M_WAITOK | in nfsrvd_exchangeid()
|
/freebsd/sys/kern/ |
H A D | Make.tags.inc | 28 ${SYS}/fs/nfsclient/*.[ch] \ 77 ${SYS}/fs/nfsclient \
|
/freebsd/sys/modules/dtrace/dtnfscl/ |
H A D | Makefile | 3 .PATH: ${SYSDIR}/fs/nfsclient
|
/freebsd/sys/modules/nfscl/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/fs/nfsclient ${SRCTOP}/sys/nfs
|
/freebsd/sys/ |
H A D | Makefile | 5 netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
|
/freebsd/etc/mtree/ |
H A D | BSD.include.dist | 337 nfsclient
|
/freebsd/libexec/rc/rc.d/ |
H A D | Makefile | 62 nfsclient \
|
/freebsd/include/ |
H A D | Makefile | 49 netipsec netlink netsmb nfs nfsclient nfsserver sys vm
|
/freebsd/sys/conf/ |
H A D | files | 396 fs/nfsclient/nfs_clkdtrace.c optional dtnfscl nfscl | dtraceall nfscl compile-with "${CDDL_C}" 3572 fs/nfsclient/nfs_clcomsubs.c optional nfscl 3573 fs/nfsclient/nfs_clsubs.c optional nfscl 3574 fs/nfsclient/nfs_clstate.c optional nfscl 3575 fs/nfsclient/nfs_clkrpc.c optional nfscl 3576 fs/nfsclient/nfs_clrpcops.c optional nfscl 3577 fs/nfsclient/nfs_clvnops.c optional nfscl 3578 fs/nfsclient/nfs_clnode.c optional nfscl 3579 fs/nfsclient/nfs_clvfsops.c optional nfscl 3580 fs/nfsclient/nfs_clport.c optional nfscl [all …]
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 8063 OLD_FILES+=usr/include/nfsclient/nfsm_subs.h 8064 OLD_FILES+=usr/include/nfsclient/nlminfo.h 16245 OLD_FILES+=usr/include/nfsclient/krpc.h 16246 OLD_FILES+=usr/include/nfsclient/nfsdiskless.h 16250 OLD_FILES+=usr/include/nfsclient/nfs_kdtrace.h 16389 # 20100724: nfsclient/nfs_lock.h moved to nfs/nfs_lock.h 16390 OLD_FILES+=usr/include/nfsclient/nfs_lock.h
|