Searched refs:bunode (Results 1 – 1 of 1) sorted by relevance
387 ctfs_bunode_t *bunode = (*vpp)->v_data; in ctfs_bu_open() local394 return (ctfs_endpoint_open(&bunode->ctfs_bu_listener, in ctfs_bu_open()395 bunode->ctfs_bu_queue, flag)); in ctfs_bu_open()405 ctfs_bunode_t *bunode; in ctfs_bu_inactive() local412 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() local440 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()[all …]