Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c350 ctfs_bunode_t *bundle; in ctfs_create_pbundle()
352 vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle); in ctfs_create_pbundle()
370 ctfs_bunode_t *bundle; in ctfs_create_bundle()
372 vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle); in ctfs_create_bundle()
387 ctfs_bunode_t *bunode = (*vpp)->v_data; in ctfs_bu_open()
405 ctfs_bunode_t *bunode; 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()
462 ctfs_bunode_t *bunode = vp->v_data; in ctfs_bu_ioctl()
481 ctfs_bunode_t *bunode = vp->v_data; in ctfs_bu_poll()
/illumos-gate/usr/src/uts/common/sys/
H A Dctfs_impl.h179 } ctfs_bunode_t; typedef