Searched refs:vs_templatep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c88 static vopstats_t *vs_templatep; variable
595 vs_templatep = create_vopstats_template();
602 * we do it once in a template (vs_templatep) then bcopy it over.
610 bcopy(vs_templatep, vsp, sizeof (vopstats_t));

Completed in 52 milliseconds