Searched refs:bunode (Results 1 – 1 of 1) sorted by relevance
388 ctfs_bunode_t *bunode = (*vpp)->v_data; in ctfs_bu_open() local395 return (ctfs_endpoint_open(&bunode->ctfs_bu_listener, in ctfs_bu_open()396 bunode->ctfs_bu_queue, flag)); in ctfs_bu_open()406 ctfs_bunode_t *bunode; in ctfs_bu_inactive() local413 if ((bunode = gfs_file_inactive(vp)) != NULL) { in ctfs_bu_inactive()414 ctfs_endpoint_inactive(&bunode->ctfs_bu_listener); in ctfs_bu_inactive()415 kmem_free(bunode, sizeof (ctfs_bunode_t)); in ctfs_bu_inactive()432 ctfs_bunode_t *bunode = vp->v_data; in ctfs_bu_getattr() local441 mutex_enter(&bunode->ctfs_bu_queue->ctq_lock); in ctfs_bu_getattr()442 vap->va_mtime = vap->va_atime = bunode->ctfs_bu_queue->ctq_atime; in ctfs_bu_getattr()[all …]