Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfs/
Dnfsclstate.h35 LIST_HEAD(nfsclopenhead, nfsclopen);
178 struct nfsclopen { struct
179 LIST_ENTRY(nfsclopen) nfso_list;
202 struct nfsclopen *nfsl_open; argument
Dnfs_var.h70 struct nfsclopen;
400 u_int32_t, struct nfsclopen *, u_int8_t *, int, struct nfscldeleg **, int,
402 int nfsrpc_opendowngrade(vnode_t, u_int32_t, struct nfsclopen *,
406 struct nfsclopen *, struct ucred *, NFSPROC_T *, int);
407 int nfsrpc_openconfirm(vnode_t, u_int8_t *, int, struct nfsclopen *,
507 struct ucred *, NFSPROC_T *, struct nfsclowner **, struct nfsclopen **,
512 void nfscl_openrelease(struct nfsmount *, struct nfsclopen *, int, int);
530 void nfscl_freeopen(struct nfsclopen *, int);
539 void nfsrpc_doclose(struct nfsmount *, struct nfsclopen *, NFSPROC_T *);
562 int nfscl_tryclose(struct nfsclopen *, struct ucred *,
/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clstate.c104 u_int8_t *, u_int32_t, struct nfscllockowner **, struct nfsclopen **);
109 static int nfscl_expireopen(struct nfsclclient *, struct nfsclopen *,
135 struct nfsclowner **, struct nfsclowner **, struct nfsclopen **,
136 struct nfsclopen **, u_int8_t *, u_int8_t *, int, struct ucred *, int *);
138 struct nfsmount *, struct nfsclopen *, struct nfsclowner *,
144 u_int8_t *, int, u_int32_t, struct nfsclopen *, u_int8_t *, int,
150 struct nfsclopen *, struct nfscldeleg **, struct ucred *, NFSPROC_T *);
214 struct nfsclopen **opp, int *newonep, int *retp, int lockit) in nfscl_open()
218 struct nfsclopen *op = NULL, *nop = NULL; in nfscl_open()
238 MALLOC(nop, struct nfsclopen *, sizeof (struct nfsclopen) + in nfscl_open()
[all …]
Dnfs_clrpcops.c259 struct nfsclopen *op; in nfsrpc_open()
374 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, in nfsrpc_openrpc()
574 nfsrpc_opendowngrade(vnode_t vp, u_int32_t mode, struct nfsclopen *op, in nfsrpc_opendowngrade()
639 nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p) in nfsrpc_doclose()
737 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p, in nfsrpc_closerpc()
776 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p) in nfsrpc_openconfirm()
1991 struct nfsclopen *op; in nfsrpc_createv4()