Symbol: DO_OPS
sys/kern/vfs_vopops.c
1002
DO_OPS(ops, error, &ap, vop_pathconf);
sys/kern/vfs_vopops.c
1028
DO_OPS(ops, error, &ap, vop_advlock);
sys/kern/vfs_vopops.c
1056
DO_OPS(ops, error, &ap, vop_balloc);
sys/kern/vfs_vopops.c
1079
DO_OPS(ops, error, &ap, vop_reallocblks);
sys/kern/vfs_vopops.c
1106
DO_OPS(ops, error, &ap, vop_getpages);
sys/kern/vfs_vopops.c
1133
DO_OPS(ops, error, &ap, vop_putpages);
sys/kern/vfs_vopops.c
1156
DO_OPS(ops, error, &ap, vop_freeblks);
sys/kern/vfs_vopops.c
1181
DO_OPS(ops, error, &ap, vop_getacl);
sys/kern/vfs_vopops.c
1206
DO_OPS(ops, error, &ap, vop_setacl);
sys/kern/vfs_vopops.c
1231
DO_OPS(ops, error, &ap, vop_aclcheck);
sys/kern/vfs_vopops.c
1257
DO_OPS(ops, error, &ap, vop_getextattr);
sys/kern/vfs_vopops.c
1283
DO_OPS(ops, error, &ap, vop_setextattr);
sys/kern/vfs_vopops.c
1311
DO_OPS(ops, error, &ap, vop_mountctl);
sys/kern/vfs_vopops.c
1333
DO_OPS(ops, error, &ap, vop_markatime);
sys/kern/vfs_vopops.c
1356
DO_OPS(ops, error, &ap, vop_allocate);
sys/kern/vfs_vopops.c
1388
DO_OPS(ops, error, &ap, vop_nresolve);
sys/kern/vfs_vopops.c
1417
DO_OPS(ops, error, &ap, vop_nlookupdotdot);
sys/kern/vfs_vopops.c
1452
DO_OPS(ops, error, &ap, vop_ncreate);
sys/kern/vfs_vopops.c
1487
DO_OPS(ops, error, &ap, vop_nmkdir);
sys/kern/vfs_vopops.c
1522
DO_OPS(ops, error, &ap, vop_nmknod);
sys/kern/vfs_vopops.c
1557
DO_OPS(ops, error, &ap, vop_nlink);
sys/kern/vfs_vopops.c
1595
DO_OPS(ops, error, &ap, vop_nsymlink);
sys/kern/vfs_vopops.c
1628
DO_OPS(ops, error, &ap, vop_nwhiteout);
sys/kern/vfs_vopops.c
1664
DO_OPS(ops, error, &ap, vop_nremove);
sys/kern/vfs_vopops.c
1700
DO_OPS(ops, error, &ap, vop_nrmdir);
sys/kern/vfs_vopops.c
1739
DO_OPS(ops, error, &ap, vop_nrename);
sys/kern/vfs_vopops.c
1810
DO_OPS(ap->a_head.a_ops, error, ap, vop_open);
sys/kern/vfs_vopops.c
1819
DO_OPS(ap->a_head.a_ops, error, ap, vop_close);
sys/kern/vfs_vopops.c
1828
DO_OPS(ap->a_head.a_ops, error, ap, vop_access);
sys/kern/vfs_vopops.c
1837
DO_OPS(ap->a_head.a_ops, error, ap, vop_getattr);
sys/kern/vfs_vopops.c
1846
DO_OPS(ap->a_head.a_ops, error, ap, vop_getattr_lite);
sys/kern/vfs_vopops.c
1855
DO_OPS(ap->a_head.a_ops, error, ap, vop_setattr);
sys/kern/vfs_vopops.c
186
DO_OPS(ops, error, &ap, vop_old_lookup);
sys/kern/vfs_vopops.c
1864
DO_OPS(ap->a_head.a_ops, error, ap, vop_read);
sys/kern/vfs_vopops.c
1873
DO_OPS(ap->a_head.a_ops, error, ap, vop_write);
sys/kern/vfs_vopops.c
1882
DO_OPS(ap->a_head.a_ops, error, ap, vop_ioctl);
sys/kern/vfs_vopops.c
1891
DO_OPS(ap->a_head.a_ops, error, ap, vop_poll);
sys/kern/vfs_vopops.c
1900
DO_OPS(ap->a_head.a_ops, error, ap, vop_kqfilter);
sys/kern/vfs_vopops.c
1909
DO_OPS(ap->a_head.a_ops, error, ap, vop_mmap);
sys/kern/vfs_vopops.c
1918
DO_OPS(ap->a_head.a_ops, error, ap, vop_fsync);
sys/kern/vfs_vopops.c
1927
DO_OPS(ap->a_head.a_ops, error, ap, vop_fdatasync);
sys/kern/vfs_vopops.c
1936
DO_OPS(ap->a_head.a_ops, error, ap, vop_readdir);
sys/kern/vfs_vopops.c
1945
DO_OPS(ap->a_head.a_ops, error, ap, vop_readlink);
sys/kern/vfs_vopops.c
1954
DO_OPS(ap->a_head.a_ops, error, ap, vop_inactive);
sys/kern/vfs_vopops.c
1963
DO_OPS(ap->a_head.a_ops, error, ap, vop_reclaim);
sys/kern/vfs_vopops.c
1972
DO_OPS(ap->a_head.a_ops, error, ap, vop_bmap);
sys/kern/vfs_vopops.c
1981
DO_OPS(ap->a_head.a_ops, error, ap, vop_strategy);
sys/kern/vfs_vopops.c
1990
DO_OPS(ap->a_head.a_ops, error, ap, vop_print);
sys/kern/vfs_vopops.c
1999
DO_OPS(ap->a_head.a_ops, error, ap, vop_pathconf);
sys/kern/vfs_vopops.c
2008
DO_OPS(ap->a_head.a_ops, error, ap, vop_advlock);
sys/kern/vfs_vopops.c
2017
DO_OPS(ap->a_head.a_ops, error, ap, vop_balloc);
sys/kern/vfs_vopops.c
2026
DO_OPS(ap->a_head.a_ops, error, ap, vop_reallocblks);
sys/kern/vfs_vopops.c
2035
DO_OPS(ap->a_head.a_ops, error, ap, vop_getpages);
sys/kern/vfs_vopops.c
2044
DO_OPS(ap->a_head.a_ops, error, ap, vop_putpages);
sys/kern/vfs_vopops.c
2053
DO_OPS(ap->a_head.a_ops, error, ap, vop_freeblks);
sys/kern/vfs_vopops.c
2062
DO_OPS(ap->a_head.a_ops, error, ap, vop_getacl);
sys/kern/vfs_vopops.c
2071
DO_OPS(ap->a_head.a_ops, error, ap, vop_setacl);
sys/kern/vfs_vopops.c
2080
DO_OPS(ap->a_head.a_ops, error, ap, vop_aclcheck);
sys/kern/vfs_vopops.c
2089
DO_OPS(ap->a_head.a_ops, error, ap, vop_getextattr);
sys/kern/vfs_vopops.c
2098
DO_OPS(ap->a_head.a_ops, error, ap, vop_setextattr);
sys/kern/vfs_vopops.c
2107
DO_OPS(ap->a_head.a_ops, error, ap, vop_mountctl);
sys/kern/vfs_vopops.c
211
DO_OPS(ops, error, &ap, vop_old_create);
sys/kern/vfs_vopops.c
2116
DO_OPS(ap->a_head.a_ops, error, ap, vop_markatime);
sys/kern/vfs_vopops.c
2125
DO_OPS(ap->a_head.a_ops, error, ap, vop_allocate);
sys/kern/vfs_vopops.c
2134
DO_OPS(ap->a_head.a_ops, error, ap, vop_nresolve);
sys/kern/vfs_vopops.c
2143
DO_OPS(ap->a_head.a_ops, error, ap, vop_nlookupdotdot);
sys/kern/vfs_vopops.c
2152
DO_OPS(ap->a_head.a_ops, error, ap, vop_ncreate);
sys/kern/vfs_vopops.c
2161
DO_OPS(ap->a_head.a_ops, error, ap, vop_nmkdir);
sys/kern/vfs_vopops.c
2170
DO_OPS(ap->a_head.a_ops, error, ap, vop_nmknod);
sys/kern/vfs_vopops.c
2179
DO_OPS(ap->a_head.a_ops, error, ap, vop_nlink);
sys/kern/vfs_vopops.c
2188
DO_OPS(ap->a_head.a_ops, error, ap, vop_nsymlink);
sys/kern/vfs_vopops.c
2197
DO_OPS(ap->a_head.a_ops, error, ap, vop_nwhiteout);
sys/kern/vfs_vopops.c
2206
DO_OPS(ap->a_head.a_ops, error, ap, vop_nremove);
sys/kern/vfs_vopops.c
2215
DO_OPS(ap->a_head.a_ops, error, ap, vop_nrmdir);
sys/kern/vfs_vopops.c
2224
DO_OPS(ap->a_head.a_ops, error, ap, vop_nrename);
sys/kern/vfs_vopops.c
235
DO_OPS(ops, error, &ap, vop_old_whiteout);
sys/kern/vfs_vopops.c
260
DO_OPS(ops, error, &ap, vop_old_mknod);
sys/kern/vfs_vopops.c
295
DO_OPS(ops, error, &ap, vop_open);
sys/kern/vfs_vopops.c
318
DO_OPS(ops, error, &ap, vop_close);
sys/kern/vfs_vopops.c
343
DO_OPS(ops, error, &ap, vop_access);
sys/kern/vfs_vopops.c
367
DO_OPS(ops, error, &ap, vop_getattr);
sys/kern/vfs_vopops.c
390
DO_OPS(ops, error, &ap, vop_getattr_lite);
sys/kern/vfs_vopops.c
415
DO_OPS(ops, error, &ap, vop_setattr);
sys/kern/vfs_vopops.c
441
DO_OPS(ops, error, &ap, vop_read);
sys/kern/vfs_vopops.c
494
DO_OPS(ops, error, &ap, vop_write);
sys/kern/vfs_vopops.c
525
DO_OPS(ops, error, &ap, vop_ioctl);
sys/kern/vfs_vopops.c
548
DO_OPS(ops, error, &ap, vop_poll);
sys/kern/vfs_vopops.c
570
DO_OPS(ops, error, &ap, vop_kqfilter);
sys/kern/vfs_vopops.c
593
DO_OPS(ops, error, &ap, vop_mmap);
sys/kern/vfs_vopops.c
618
DO_OPS(ops, error, &ap, vop_fsync);
sys/kern/vfs_vopops.c
643
DO_OPS(ops, error, &ap, vop_fdatasync);
sys/kern/vfs_vopops.c
667
DO_OPS(ops, error, &ap, vop_old_remove);
sys/kern/vfs_vopops.c
691
DO_OPS(ops, error, &ap, vop_old_link);
sys/kern/vfs_vopops.c
719
DO_OPS(ops, error, &ap, vop_old_rename);
sys/kern/vfs_vopops.c
744
DO_OPS(ops, error, &ap, vop_old_mkdir);
sys/kern/vfs_vopops.c
768
DO_OPS(ops, error, &ap, vop_old_rmdir);
sys/kern/vfs_vopops.c
795
DO_OPS(ops, error, &ap, vop_old_symlink);
sys/kern/vfs_vopops.c
824
DO_OPS(ops, error, &ap, vop_readdir);
sys/kern/vfs_vopops.c
848
DO_OPS(ops, error, &ap, vop_readlink);
sys/kern/vfs_vopops.c
875
DO_OPS(ops, error, &ap, vop_inactive);
sys/kern/vfs_vopops.c
901
DO_OPS(ops, error, &ap, vop_reclaim);
sys/kern/vfs_vopops.c
928
DO_OPS(ops, error, &ap, vop_bmap);
sys/kern/vfs_vopops.c
952
DO_OPS(ops, error, &ap, vop_strategy);
sys/kern/vfs_vopops.c
957
DO_OPS(ops, error, &ap, vop_strategy);
sys/kern/vfs_vopops.c
978
DO_OPS(ops, error, &ap, vop_print);