Searched refs:nfscldeleg (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/fs/nfs/ |
| HD | nfsclstate.h | 41 TAILQ_HEAD(nfscldeleghead, nfscldeleg); 42 LIST_HEAD(nfscldeleghash, nfscldeleg); 142 struct nfscldeleg { struct 143 TAILQ_ENTRY(nfscldeleg) nfsdl_list; 144 LIST_ENTRY(nfscldeleg) nfsdl_hash;
|
| HD | nfs_var.h | 76 struct nfscldeleg; 391 u_int32_t, struct nfsclopen *, u_int8_t *, int, struct nfscldeleg **, int, 465 int nfsrpc_delegreturn(struct nfscldeleg *, struct ucred *, 532 struct ucred *, NFSPROC_T *, struct nfscldeleg **); 579 void nfscl_delegreturn(struct nfscldeleg *, int, struct nfsmount *,
|
| /trueos/sys/fs/nfsclient/ |
| HD | nfs_clstate.c | 119 static struct nfscldeleg *nfscl_finddeleg(struct nfsclclient *, u_int8_t *, 130 struct nfscllock *, u_int8_t *, struct nfscldeleg *, struct nfscllock **); 131 static void nfscl_newopen(struct nfsclclient *, struct nfscldeleg *, 136 struct nfscldeleg *, struct ucred *, NFSPROC_T *); 142 struct nfscldeleg **, int, u_int32_t, struct ucred *, NFSPROC_T *); 147 struct nfsclopen *, struct nfscldeleg **, struct ucred *, NFSPROC_T *); 148 static void nfscl_freedeleg(struct nfscldeleghead *, struct nfscldeleg *); 152 struct nfscldeleg *, vnode_t, struct ucred *, NFSPROC_T *, int); 154 static void nfscl_cleandeleg(struct nfscldeleg *); 155 static int nfscl_trydelegreturn(struct nfscldeleg *, struct ucred *, [all …]
|
| HD | nfs_clrpcops.c | 94 nfsquad_t, int, struct nfsclowner *, struct nfscldeleg **, struct ucred *, 254 struct nfscldeleg *dp; in nfsrpc_open() 369 u_int8_t *name, int namelen, struct nfscldeleg **dpp, in nfsrpc_openrpc() 375 struct nfscldeleg *dp, *ndp = NULL; in nfsrpc_openrpc() 445 MALLOC(ndp, struct nfscldeleg *, in nfsrpc_openrpc() 446 sizeof (struct nfscldeleg) + newfhlen, in nfsrpc_openrpc() 1834 struct nfscldeleg *dp; in nfsrpc_create() 1941 nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, in nfsrpc_createv4() 1950 struct nfscldeleg *dp = NULL; in nfsrpc_createv4() 2043 MALLOC(dp, struct nfscldeleg *, in nfsrpc_createv4() [all …]
|