Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c160 extern struct pollhead ufs_pollhd; /* in ufs_vnops.c */
861 pollwakeup(&ufs_pollhd, POLLPRI); in ufsfx_mount()
924 pollwakeup(&ufs_pollhd, POLLPRI | POLLHUP); in ufsfx_unmount()
H A Dufs_lockfs.c886 extern struct pollhead ufs_pollhd; in ufs__fiolfs()
1173 pollwakeup(&ufs_pollhd, poll_events); in ufs__fiolfs()
H A Dufs_vfsops.c1389 extern struct pollhead ufs_pollhd; in ufs_unmount()
1442 pollwakeup(&ufs_pollhd, poll_events); in ufs_unmount()
H A Dufs_vnops.c5624 struct pollhead ufs_pollhd; variable
5676 *phpp = &ufs_pollhd; in ufs_poll()