Searched refs:haslockp (Results 1 – 1 of 1) sorted by relevance
/freebsd/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); 5201 nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, vnode_t vp, in nfsrv_clientconflict() argument 5212 if (*haslockp == 0) { in nfsrv_clientconflict() 5225 *haslockp = 1; in nfsrv_clientconflict() 5268 nfsrv_delegconflict(struct nfsstate *stp, int *haslockp, NFSPROC_T *p, in nfsrv_delegconflict() argument 5296 if (*haslockp) { in nfsrv_delegconflict() 5297 *haslockp = 0; in nfsrv_delegconflict() 5351 if (*haslockp) { in nfsrv_delegconflict() [all …]
|