Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/stat/fsstat/
H A Dfsstat.c300 #define PRINT_VOPSTAT_CMN(niceflag, vop) \ argument
302 (void) printf("%10s ", #vop); \
303 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(n##vop), buf);
305 #define PRINT_VOPSTAT(niceflag, vop) \ argument
306 PRINT_VOPSTAT_CMN(niceflag, vop); \
310 #define PRINT_VOPSTAT_IO(niceflag, vop) \ argument
311 PRINT_VOPSTAT_CMN(niceflag, vop); \
313 DELTA(vop##_bytes), buf);
/titanic_44/usr/src/cmd/vi/port/
H A Dex_v.c302 vop(void) in vop() function
H A Dex_cmds.c886 vop();
/titanic_44/usr/src/uts/common/fs/
H A Ddnlc.c878 dnlc_fs_purge1(vnodeops_t *vop) in dnlc_fs_purge1() argument
907 vn_matchops(vp, vop)) in dnlc_fs_purge1()
H A Dvnode.c2895 vnodeops_t *vop = vn_getops(vp); in vn_matchopval() local
2902 ((char *)(vop) + otdp->offset); in vn_matchopval()