Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c387 ctfs_bunode_t *bunode = (*vpp)->v_data; in ctfs_bu_open() local
395 bunode->ctfs_bu_queue, flag)); in ctfs_bu_open()
405 ctfs_bunode_t *bunode; in ctfs_bu_inactive() local
412 if ((bunode = gfs_file_inactive(vp)) != NULL) { in ctfs_bu_inactive()
413 ctfs_endpoint_inactive(&bunode->ctfs_bu_listener); in ctfs_bu_inactive()
414 kmem_free(bunode, sizeof (ctfs_bunode_t)); in ctfs_bu_inactive()
431 ctfs_bunode_t *bunode = vp->v_data; in ctfs_bu_getattr() local
440 mutex_enter(&bunode->ctfs_bu_queue->ctq_lock); in ctfs_bu_getattr()
442 mutex_exit(&bunode->ctfs_bu_queue->ctq_lock); in ctfs_bu_getattr()
462 ctfs_bunode_t *bunode = vp->v_data; in ctfs_bu_ioctl() local
[all …]