Home
last modified time | relevance | path

Searched refs:vopstats_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c102 vopstats_t *e_vs; /* Array of vopstats */
163 dflt_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in dflt_display()
213 io_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in io_display()
240 vm_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in vm_display()
259 attr_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in attr_display()
277 naming_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in naming_display()
317 vop_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) in vop_display()
778 void (**dspfunc)(char *, vopstats_t *, vopstats_t *, int), in set_dispfunc() argument
779 void (*newfunc)(char *, vopstats_t *, vopstats_t *, int)) in set_dispfunc()
808 void (*dfunc)(char *, vopstats_t *, vopstats_t *, int) = dflt_display; in main()
[all …]
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c90 vopstats_t **vopstats_fstype;
93 static vopstats_t *vs_templatep;
172 vopstats_t *vsp = &vfsp->vfs_vopstats; \
188 vopstats_t *vsp = &vfsp->vfs_vopstats; \
441 static vopstats_t *
444 vopstats_t *vsp; in create_vopstats_template()
553 new_vskstat(char *ksname, vopstats_t *vsp) in new_vskstat()
599 vopstats_fstype = (vopstats_t **)kmem_zalloc( in vopstats_startup()
613 initialize_vopstats(vopstats_t *vsp) in initialize_vopstats()
625 vopstats_t *
[all …]
H A Dvfs.c98 extern void initialize_vopstats(vopstats_t *);
99 extern vopstats_t *get_fstype_vopstats(struct vfs *, struct vfssw *);
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h450 vopstats_t *vi_fstypevsp; /* ptr to per-fstype vopstats */
451 vopstats_t vi_vopstats; /* per-mount vnode op stats */
H A Dvnode.h128 } vopstats_t; typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h443 vopstats_t *vi_fstypevsp; /* ptr to per-fstype vopstats */
444 vopstats_t vi_vopstats; /* per-mount vnode op stats */
H A Dvnode.h127 } vopstats_t; typedef
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c952 extern vopstats_t **vopstats_fstype; in mod_installfs()
953 extern kstat_t *new_vskstat(char *, vopstats_t *); in mod_installfs()
954 extern void initialize_vopstats(vopstats_t *); in mod_installfs()
1047 kmem_alloc(sizeof (vopstats_t), KM_SLEEP); in mod_installfs()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h125 } vopstats_t; typedef