Searched defs:bunode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c344 * Creates and returns a bunode for a /system/contract/<type>/pbundle
364 * Creates and returns a bunode for a /system/contract/<type>/bundle
388 ctfs_bunode_t *bunode = (*vpp)->v_data; local
395 return (ctfs_endpoint_open(&bunode->ctfs_bu_listener,
396 bunode->ctfs_bu_queue, flag));
406 ctfs_bunode_t *bunode; local
413 if ((bunode = gfs_file_inactive(vp)) != NULL) {
414 ctfs_endpoint_inactive(&bunode->ctfs_bu_listener);
415 kmem_free(bunode, sizeof (ctfs_bunode_t));
432 ctfs_bunode_t *bunode local
463 ctfs_bunode_t *bunode = vp->v_data; local
482 ctfs_bunode_t *bunode = vp->v_data; local
[all...]

Completed in 56 milliseconds