Searched refs:nfsclopen (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/fs/nfs/ |
| H A D | nfsclstate.h | 35 LIST_HEAD(nfsclopenhead, nfsclopen); 43 LIST_HEAD(nfsclopenhash, nfsclopen); 193 struct nfsclopen { struct 194 LIST_ENTRY(nfsclopen) nfso_list; 195 LIST_ENTRY(nfsclopen) nfso_hash; 218 struct nfsclopen *nfsl_open; argument
|
| H A D | nfs_var.h | 71 struct nfsclopen; 459 u_int32_t, struct nfsclopen *, u_int8_t *, int, struct nfscldeleg **, int, 461 int nfsrpc_opendowngrade(vnode_t, u_int32_t, struct nfsclopen *, 465 struct nfsclopen *, struct ucred *, NFSPROC_T *, int); 466 int nfsrpc_openconfirm(vnode_t, u_int8_t *, int, struct nfsclopen *, 589 struct ucred *, NFSPROC_T *, struct nfsclowner **, struct nfsclopen **, 594 void nfscl_openrelease(struct nfsmount *, struct nfsclopen *, int, int); 613 void nfscl_freeopen(struct nfsclopen *, int, bool); 622 int nfsrpc_doclose(struct nfsmount *, struct nfsclopen *, NFSPROC_T *, bool, 649 int nfscl_tryclose(struct nfsclopen *, struct ucred *,
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 101 struct nfscllockowner **, struct nfsclopen **); 102 static bool nfscl_checkown(struct nfsclowner *, struct nfsclopen *, uint8_t *, 103 uint8_t *, struct nfscllockowner **, struct nfsclopen **, 104 struct nfsclopen **); 106 static void nfscl_unlinkopen(struct nfsclopen *); 110 static int nfscl_expireopen(struct nfsclclient *, struct nfsclopen *, 138 struct nfsclowner **, struct nfsclowner **, struct nfsclopen **, 139 struct nfsclopen **, u_int8_t *, u_int8_t *, int, struct ucred *, int *); 141 struct nfsmount *, struct nfsclopen *, struct nfsclowner *, 147 u_int8_t *, int, u_int32_t, struct nfsclopen *, u_int8_t *, int, [all …]
|
| H A D | nfsnode.h | 128 struct nfsclopen *n_openstateid; /* Cached open stateid */
|
| H A D | nfs_clrpcops.c | 204 int, uint8_t *, int, uint32_t, struct nfsclopen *, uint8_t *, int, 211 int, uint8_t *, int, uint32_t, struct nfsclopen *, uint8_t *, int, 378 struct nfsclopen *op; in nfsrpc_open() 546 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, in nfsrpc_openrpc() 779 nfsrpc_opendowngrade(vnode_t vp, u_int32_t mode, struct nfsclopen *op, in nfsrpc_opendowngrade() 843 nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p, in nfsrpc_doclose() 952 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p, in nfsrpc_closerpc() 994 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p) in nfsrpc_openconfirm() 1477 struct nfsclopen *op; in nfsrpc_lookup() 2566 struct nfsclopen *op; in nfsrpc_createv4() [all …]
|