Searched refs:nfsclopen (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/fs/nfs/ |
| HD | nfsclstate.h | 35 LIST_HEAD(nfsclopenhead, nfsclopen); 176 struct nfsclopen { struct 177 LIST_ENTRY(nfsclopen) nfso_list; 200 struct nfsclopen *nfsl_open; argument
|
| HD | nfs_var.h | 70 struct nfsclopen; 394 u_int32_t, struct nfsclopen *, u_int8_t *, int, struct nfscldeleg **, int, 396 int nfsrpc_opendowngrade(vnode_t, u_int32_t, struct nfsclopen *, 400 struct nfsclopen *, struct ucred *, NFSPROC_T *, int); 401 int nfsrpc_openconfirm(vnode_t, u_int8_t *, int, struct nfsclopen *, 501 struct ucred *, NFSPROC_T *, struct nfsclowner **, struct nfsclopen **, 506 void nfscl_openrelease(struct nfsclopen *, int, int); 524 void nfscl_freeopen(struct nfsclopen *, int); 533 void nfsrpc_doclose(struct nfsmount *, struct nfsclopen *, NFSPROC_T *); 556 int nfscl_tryclose(struct nfsclopen *, struct ucred *,
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clstate.c | 102 u_int8_t *, u_int32_t, struct nfscllockowner **, struct nfsclopen **); 107 static int nfscl_expireopen(struct nfsclclient *, struct nfsclopen *, 132 struct nfsclowner **, struct nfsclowner **, struct nfsclopen **, 133 struct nfsclopen **, u_int8_t *, u_int8_t *, int, int *); 135 struct nfsmount *, struct nfsclopen *, struct nfsclowner *, 141 u_int8_t *, int, u_int32_t, struct nfsclopen *, u_int8_t *, int, 147 struct nfsclopen *, struct nfscldeleg **, struct ucred *, NFSPROC_T *); 211 struct nfsclopen **opp, int *newonep, int *retp, int lockit) in nfscl_open() 215 struct nfsclopen *op = NULL, *nop = NULL; in nfscl_open() 235 MALLOC(nop, struct nfsclopen *, sizeof (struct nfsclopen) + in nfscl_open() [all …]
|
| HD | nfs_clrpcops.c | 260 struct nfsclopen *op; in nfsrpc_open() 375 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, in nfsrpc_openrpc() 575 nfsrpc_opendowngrade(vnode_t vp, u_int32_t mode, struct nfsclopen *op, in nfsrpc_opendowngrade() 640 nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p) in nfsrpc_doclose() 738 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p, in nfsrpc_closerpc() 777 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p) in nfsrpc_openconfirm() 1958 struct nfsclopen *op; in nfsrpc_createv4()
|