Home
last modified time | relevance | path

Searched refs:TDP_IGNSUSP (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/kern/
HDvfs_vnops.c1619 if ((curthread->td_pflags & TDP_IGNSUSP) == 0 || in vn_start_write_locked()
1868 curthread->td_pflags &= ~TDP_IGNSUSP; in vfs_write_resume()
1894 KASSERT((curthread->td_pflags & TDP_IGNSUSP) == 0, in vfs_write_suspend_umnt()
1914 curthread->td_pflags |= TDP_IGNSUSP; in vfs_write_suspend_umnt()
/NextBSD/sys/sys/
HDproc.h453 #define TDP_IGNSUSP 0x00800000 /* Permission to ignore the MNTK_SUSPEND* */ macro