Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c351 ctfs_bunode_t *bundle; in ctfs_create_pbundle()
353 vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle); in ctfs_create_pbundle()
371 ctfs_bunode_t *bundle; in ctfs_create_bundle()
373 vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle); in ctfs_create_bundle()
388 ctfs_bunode_t *bunode = (*vpp)->v_data; in ctfs_bu_open()
406 ctfs_bunode_t *bunode; 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()
463 ctfs_bunode_t *bunode = vp->v_data; in ctfs_bu_ioctl()
482 ctfs_bunode_t *bunode = vp->v_data; in ctfs_bu_poll()
/titanic_44/usr/src/uts/common/sys/
H A Dctfs_impl.h181 } ctfs_bunode_t; typedef