Home
last modified time | relevance | path

Searched refs:nfsclclient (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/fs/nfs/
Dnfs_var.h75 struct nfsclclient;
446 int nfsrpc_setclient(struct nfsmount *, struct nfsclclient *, int,
494 struct nfsclclient *, u_int64_t, u_int64_t, struct flock *,
505 int nfsrpc_renew(struct nfsclclient *, struct nfsclds *, struct ucred *,
515 int nfsrpc_exchangeid(struct nfsmount *, struct nfsclclient *,
520 int nfsrpc_destroysession(struct nfsmount *, struct nfsclclient *,
522 int nfsrpc_destroyclient(struct nfsmount *, struct nfsclclient *,
549 bool, struct nfsclclient **);
550 struct nfsclclient *nfscl_findcl(struct nfsmount *);
551 void nfscl_clientrelease(struct nfsclclient *);
[all …]
Dnfsclstate.h41 LIST_HEAD(nfsclhead, nfsclclient);
99 struct nfsclclient { struct
100 LIST_ENTRY(nfsclclient) nfsc_list;
137 struct nfsclclient *nfsow_clp; argument
154 struct nfsclclient *nfsdl_clp;
247 struct nfsclclient *nfsly_clp;
365 struct nfsclclient *nfsdi_clp;
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clstate.c105 static void nfscl_clrelease(struct nfsclclient *);
107 static void nfscl_cleanclient(struct nfsclclient *);
108 static void nfscl_expireclient(struct nfsclclient *, struct nfsmount *,
110 static int nfscl_expireopen(struct nfsclclient *, struct nfsclopen *,
112 static void nfscl_recover(struct nfsclclient *, struct ucred *, NFSPROC_T *);
117 static void nfscl_delegreturnall(struct nfsclclient *, NFSPROC_T *,
120 static mount_t nfscl_getmnt(int, uint8_t *, u_int32_t, struct nfsclclient **);
121 static struct nfsclclient *nfscl_getclnt(u_int32_t);
122 static struct nfsclclient *nfscl_getclntsess(uint8_t *);
123 static struct nfscldeleg *nfscl_finddeleg(struct nfsclclient *, u_int8_t *,
[all …]
Dnfsmount.h77 struct nfsclclient *nm_clp;
Dnfs_clport.c755 struct nfsclclient *clp; in start_nfscl()
758 clp = (struct nfsclclient *)arg; in start_nfscl()
765 nfscl_start_renewthread(struct nfsclclient *clp) in nfscl_start_renewthread()
Dnfs_clrpcops.c712 struct nfsclclient *clp; in nfsrpc_close()
916 nfsrpc_setclient(struct nfsmount *nmp, struct nfsclclient *clp, int reclaim, in nfsrpc_setclient()
3880 struct nfsclclient *clp; in nfsrpc_advlock()
4044 struct nfsclclient *clp, u_int64_t off, u_int64_t len, struct flock *fl, in nfsrpc_lockt()
4436 nfsrpc_renew(struct nfsclclient *clp, struct nfsclds *dsp, struct ucred *cred, in nfsrpc_renew()
4705 nfsrpc_exchangeid(struct nfsmount *nmp, struct nfsclclient *clp, in nfsrpc_exchangeid()
4914 nfsrpc_destroysession(struct nfsmount *nmp, struct nfsclclient *clp, in nfsrpc_destroysession()
4942 nfsrpc_destroyclient(struct nfsmount *nmp, struct nfsclclient *clp, in nfsrpc_destroyclient()
5441 struct nfsclclient *clp; in nfsrpc_fillsa()
Dnfs_clvfsops.c1387 struct nfsclclient *clp; in mountnfs()