Searched refs:nfsclopen (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/fs/nfs/
H A Dnfsclstate.h37 LIST_HEAD(nfsclopenhead, nfsclopen);
45 LIST_HEAD(nfsclopenhash, nfsclopen);
190 struct nfsclopen { struct
191 LIST_ENTRY(nfsclopen) nfso_list;
192 LIST_ENTRY(nfsclopen) nfso_hash;
215 struct nfsclopen *nfsl_open;
H A Dnfs_var.h73 struct nfsclopen;
446 u_int32_t, struct nfsclopen *, u_int8_t *, int, struct nfscldeleg **, int,
448 int nfsrpc_opendowngrade(vnode_t, u_int32_t, struct nfsclopen *,
452 struct nfsclopen *, struct ucred *, NFSPROC_T *, int);
453 int nfsrpc_openconfirm(vnode_t, u_int8_t *, int, struct nfsclopen *,
568 struct ucred *, NFSPROC_T *, struct nfsclowner **, struct nfsclopen **,
573 void nfscl_openrelease(struct nfsmount *, struct nfsclopen *, int, int);
591 void nfscl_freeopen(struct nfsclopen *, int);
600 void nfsrpc_doclose(struct nfsmount *, struct nfsclopen *, NFSPROC_T *);
624 int nfscl_tryclose(struct nfsclopen *, struc
[all...]
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c105 struct nfscllockowner **, struct nfsclopen **);
106 static bool nfscl_checkown(struct nfsclowner *, struct nfsclopen *, uint8_t *,
107 uint8_t *, struct nfscllockowner **, struct nfsclopen **,
108 struct nfsclopen **);
113 static int nfscl_expireopen(struct nfsclclient *, struct nfsclopen *,
140 struct nfsclowner **, struct nfsclowner **, struct nfsclopen **,
141 struct nfsclopen **, u_int8_t *, u_int8_t *, int, struct ucred *, int *);
143 struct nfsmount *, struct nfsclopen *, struct nfsclowner *,
149 u_int8_t *, int, u_int32_t, struct nfsclopen *, u_int8_t *, int,
155 struct nfsclopen *, struc
[all...]
H A Dnfs_clrpcops.c197 int, uint8_t *, int, uint32_t, struct nfsclopen *, uint8_t *, int,
204 int, uint8_t *, int, uint32_t, struct nfsclopen *, uint8_t *, int,
356 struct nfsclopen *op;
487 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op,
689 nfsrpc_opendowngrade(vnode_t vp, u_int32_t mode, struct nfsclopen *op,
754 nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p)
852 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p,
891 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p)
2191 struct nfsclopen *op;
7492 struct nfsclopen *o
[all...]

Completed in 71 milliseconds