Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDvfs_vnops.c1596 vn_suspendable(struct mount *mp) in vn_suspendable() function
1669 if (!vn_suspendable(mp)) { in vn_start_write()
1721 if (!vn_suspendable(mp)) { in vn_start_secondary_write()
1769 if (mp == NULL || !vn_suspendable(mp))
1792 if (mp == NULL || !vn_suspendable(mp))
1815 MPASS(vn_suspendable(mp)); in vfs_write_suspend()
1858 MPASS(vn_suspendable(mp)); in vfs_write_resume()
1893 MPASS(vn_suspendable(mp)); in vfs_write_suspend_umnt()