Searched refs:TDP_IGNSUSP (Results 1 – 3 of 3) sorted by relevance
1893 if ((curthread->td_pflags & TDP_IGNSUSP) == 0 || in vn_start_write_refed()2156 curthread->td_pflags &= ~TDP_IGNSUSP; in vfs_write_resume()2182 KASSERT((curthread->td_pflags & TDP_IGNSUSP) == 0, in vfs_write_suspend_umnt()2202 curthread->td_pflags |= TDP_IGNSUSP; in vfs_write_suspend_umnt()
2973 MPASSERT(mp == NULL || (curthread->td_pflags & TDP_IGNSUSP) != 0 || in sync_vnode()
558 #define TDP_IGNSUSP 0x00800000 /* Permission to ignore the MNTK_SUSPEND* */ macro