Searched refs:vopstats_t (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 103 vopstats_t *e_vs; /* Array of vopstats */ 223 dflt_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in dflt_display() 273 io_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in io_display() 300 vm_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in vm_display() 319 attr_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in attr_display() 337 naming_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in naming_display() 377 vop_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in vop_display() 450 get_vopstats(kstat_ctl_t *kc, char *ksname, vopstats_t *vsp, kstat_t **kspp) in get_vopstats() 784 ep->e_vs = calloc(VS_SIZE, sizeof (vopstats_t)); in set_ksnames() 822 ep->e_vs = calloc(VS_SIZE, sizeof (vopstats_t)); in set_ksnames() [all …]
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vnode.c | 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() [all …]
|
H A D | vfs.c | 95 extern void initialize_vopstats(vopstats_t *); 96 extern vopstats_t *get_fstype_vopstats(struct vfs *, struct vfssw *);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vfs.h | 454 vopstats_t *vi_fstypevsp; /* ptr to per-fstype vopstats */ 455 vopstats_t vi_vopstats; /* per-mount vnode op stats */
|
H A D | vnode.h | 124 } vopstats_t; typedef
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modconf.c | 949 extern vopstats_t **vopstats_fstype; in mod_installfs() 950 extern kstat_t *new_vskstat(char *, vopstats_t *); in mod_installfs() 951 extern void initialize_vopstats(vopstats_t *); in mod_installfs() 1044 kmem_alloc(sizeof (vopstats_t), KM_SLEEP); in mod_installfs()
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 125 } vopstats_t; typedef
|