Searched refs:haslockp (Results 1 – 1 of 1) sorted by relevance
| /src/sys/fs/nfsserver/ |
| H A D | nfs_nfsdstate.c | 184 static int nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, struct 186 static int nfsrv_delegconflict(struct nfsstate *stp, int *haslockp, 189 struct nfsclient *clp, int *haslockp, NFSPROC_T *p); 5215 nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, vnode_t vp, in nfsrv_clientconflict() argument 5226 if (*haslockp == 0) { in nfsrv_clientconflict() 5239 *haslockp = 1; in nfsrv_clientconflict() 5282 nfsrv_delegconflict(struct nfsstate *stp, int *haslockp, NFSPROC_T *p, in nfsrv_delegconflict() argument 5310 if (*haslockp) { in nfsrv_delegconflict() 5311 *haslockp = 0; in nfsrv_delegconflict() 5365 if (*haslockp) { in nfsrv_delegconflict() [all …]
|