nfs_nfsdstate.c | 99 static int nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep, 1290 (void) nfsrv_freeopen(tstp, NULL, cansleep, p); 1306 nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep, NFSPROC_T *p) function in typeref:typename:int 3340 if (nfsrv_freeopen(stp, vp, 1, p) == 0) { 3347 (void) nfsrv_freeopen(stp, NULL, 0, p);
|