Searched refs:vop (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 301 #define PRINT_VOPSTAT_CMN(niceflag, vop) \ argument 303 (void) printf("%10s ", #vop); \ 304 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(n##vop), buf); 306 #define PRINT_VOPSTAT(niceflag, vop) \ argument 307 PRINT_VOPSTAT_CMN(niceflag, vop); \ 311 #define PRINT_VOPSTAT_IO(niceflag, vop) \ argument 312 PRINT_VOPSTAT_CMN(niceflag, vop); \ 314 DELTA(vop##_bytes), buf);
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 300 vop(void) in vop() function
|
H A D | ex_cmds.c | 888 vop();
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | dnlc.c | 879 dnlc_fs_purge1(vnodeops_t *vop) in dnlc_fs_purge1() argument 908 vn_matchops(vp, vop)) in dnlc_fs_purge1()
|
H A D | vnode.c | 2996 vnodeops_t *vop = vn_getops(vp); in vn_matchopval() local 3003 ((char *)(vop) + otdp->offset); in vn_matchopval()
|