Lines Matching defs:vphm
3453 kmutex_t *vphm;
3473 vphm = page_vnode_mutex(vp);
3474 mutex_enter(vphm);
3476 mutex_exit(vphm);
3541 kmutex_t *vphm;
3575 vphm = page_vnode_mutex(vp);
3576 mutex_enter(vphm);
3580 mutex_exit(vphm);
4605 kmutex_t *phm, *vphm;
4620 vphm = page_vnode_mutex(vp);
4621 mutex_enter(vphm);
4628 mutex_exit(vphm);
7049 * vphm mutex otherwise there will be a panic.