Lines Matching defs:haslockp
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);
5201 nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, vnode_t vp,
5212 if (*haslockp == 0) {
5225 *haslockp = 1;
5268 nfsrv_delegconflict(struct nfsstate *stp, int *haslockp, NFSPROC_T *p,
5296 if (*haslockp) {
5297 *haslockp = 0;
5351 if (*haslockp) {
5352 *haslockp = 0;
5375 if (*haslockp) {
5376 *haslockp = 0;
5392 if (*haslockp == 0) {
5405 *haslockp = 1;
5409 *haslockp = 0;
5548 struct nfsclient *clp, int *haslockp, NFSPROC_T *p)
5557 ret = nfsrv_delegconflict(stp, haslockp, p, vp);