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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c361 #define PRINT_VOPSTAT_CMN(niceflag, vop) \
363 (void) printf("%10s ", #vop); \
364 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(n##vop), ' ', buf);
366 #define PRINT_VOPSTAT(niceflag, vop) \
367 PRINT_VOPSTAT_CMN(niceflag, vop); \
371 #define PRINT_VOPSTAT_IO(niceflag, vop) \
372 PRINT_VOPSTAT_CMN(niceflag, vop); \
374 DELTA(vop##_bytes), ' ', buf);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c302 vop(void) function
H A Dex_cmds.c886 vop();
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c867 * represented by 'vop'. The purpose of this routine is to allow
874 * Note, vop is not the 'right' identifier for a filesystem.
877 dnlc_fs_purge1(vnodeops_t *vop) argument
906 vn_matchops(vp, vop))
H A Dvnode.c2933 vnodeops_t *vop = vn_getops(vp); local
2940 ((char *)(vop) + otdp->offset);
3766 /* Need to update stats before vop call since we may lose the vnode */

Completed in 88 milliseconds