Lines Matching refs:vopstats_t
84 vopstats_t **vopstats_fstype;
87 static vopstats_t *vs_templatep;
163 vopstats_t *vsp = &vfsp->vfs_vopstats; \
179 vopstats_t *vsp = &vfsp->vfs_vopstats; \
432 static vopstats_t *
435 vopstats_t *vsp; in create_vopstats_template()
437 vsp = kmem_alloc(sizeof (vopstats_t), KM_SLEEP); in create_vopstats_template()
544 new_vskstat(char *ksname, vopstats_t *vsp) in new_vskstat()
553 sizeof (vopstats_t)/sizeof (kstat_named_t), in new_vskstat()
590 vopstats_fstype = (vopstats_t **)kmem_zalloc( in vopstats_startup()
591 (sizeof (vopstats_t *) * nfstype), KM_SLEEP); in vopstats_startup()
604 initialize_vopstats(vopstats_t *vsp) in initialize_vopstats()
609 bcopy(vs_templatep, vsp, sizeof (vopstats_t)); in initialize_vopstats()
616 vopstats_t *
620 vopstats_t *vsp = NULL; in get_fstype_vopstats()