Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c354 bundle->ctfs_bu_queue = in ctfs_create_pbundle()
374 bundle->ctfs_bu_queue = in ctfs_create_bundle()
395 bunode->ctfs_bu_queue, flag)); in ctfs_bu_open()
440 mutex_enter(&bunode->ctfs_bu_queue->ctq_lock); in ctfs_bu_getattr()
441 vap->va_mtime = vap->va_atime = bunode->ctfs_bu_queue->ctq_atime; in ctfs_bu_getattr()
442 mutex_exit(&bunode->ctfs_bu_queue->ctq_lock); in ctfs_bu_getattr()
465 VTOZONE(vp), bunode->ctfs_bu_queue->ctq_listno == CTEL_BUNDLE)); in ctfs_bu_ioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dctfs_impl.h177 ct_equeue_t *ctfs_bu_queue; /* queue we're watching */ member