Searched refs:nfsclopen (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/fs/nfs/ |
| D | nfsclstate.h | 35 LIST_HEAD(nfsclopenhead, nfsclopen); 126 struct nfsclopen { struct 127 LIST_ENTRY(nfsclopen) nfso_list; 150 struct nfsclopen *nfsl_open; argument
|
| D | nfs_var.h | 69 struct nfsclopen; 351 u_int32_t, struct nfsclopen *, u_int8_t *, int, struct nfscldeleg **, int, 353 int nfsrpc_opendowngrade(vnode_t, u_int32_t, struct nfsclopen *, 357 struct nfsclopen *, struct ucred *, NFSPROC_T *, int); 358 int nfsrpc_openconfirm(vnode_t, u_int8_t *, int, struct nfsclopen *, 432 struct ucred *, NFSPROC_T *, struct nfsclowner **, struct nfsclopen **, 437 void nfscl_openrelease(struct nfsclopen *, int, int); 455 void nfscl_freeopen(struct nfsclopen *, int); 464 void nfsrpc_doclose(struct nfsmount *, struct nfsclopen *, NFSPROC_T *); 487 int nfscl_tryclose(struct nfsclopen *, struct ucred *,
|
| /freebsd-9-stable/sys/fs/nfsclient/ |
| D | nfs_clstate.c | 98 u_int8_t *, u_int32_t, struct nfscllockowner **, struct nfsclopen **); 103 static int nfscl_expireopen(struct nfsclclient *, struct nfsclopen *, 121 struct nfsclowner **, struct nfsclowner **, struct nfsclopen **, 122 struct nfsclopen **, u_int8_t *, u_int8_t *, int, int *); 124 struct nfsmount *, struct nfsclopen *, struct nfsclowner *, 130 u_int8_t *, int, u_int32_t, struct nfsclopen *, u_int8_t *, int, 136 struct nfsclopen *, struct nfscldeleg **, struct ucred *, NFSPROC_T *); 191 struct nfsclopen **opp, int *newonep, int *retp, int lockit) in nfscl_open() 195 struct nfsclopen *op = NULL, *nop = NULL; in nfscl_open() 215 MALLOC(nop, struct nfsclopen *, sizeof (struct nfsclopen) + in nfscl_open() [all …]
|
| D | nfs_clrpcops.c | 219 struct nfsclopen *op; in nfsrpc_open() 332 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, in nfsrpc_openrpc() 526 nfsrpc_opendowngrade(vnode_t vp, u_int32_t mode, struct nfsclopen *op, in nfsrpc_opendowngrade() 588 nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p) in nfsrpc_doclose() 686 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p, in nfsrpc_closerpc() 722 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p) in nfsrpc_openconfirm() 1841 struct nfsclopen *op; in nfsrpc_createv4()
|