Searched refs:vop (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 361 #define PRINT_VOPSTAT_CMN(niceflag, vop) \ argument 363 (void) printf("%10s ", #vop); \ 364 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(n##vop), ' ', buf); 366 #define PRINT_VOPSTAT(niceflag, vop) \ argument 367 PRINT_VOPSTAT_CMN(niceflag, vop); \ 371 #define PRINT_VOPSTAT_IO(niceflag, vop) \ argument 372 PRINT_VOPSTAT_CMN(niceflag, vop); \ 374 DELTA(vop##_bytes), ' ', buf);
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 302 vop(void) in vop() function
|
H A D | ex_cmds.c | 886 vop();
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | dnlc.c | 878 dnlc_fs_purge1(vnodeops_t *vop) in dnlc_fs_purge1() argument 907 vn_matchops(vp, vop)) in dnlc_fs_purge1()
|
H A D | vnode.c | 2895 vnodeops_t *vop = vn_getops(vp); in vn_matchopval() local 2902 ((char *)(vop) + otdp->offset); in vn_matchopval()
|