Symbol: vop_ops
sys/kern/vfs_default.c
74
struct vop_ops default_vnode_vops = {
sys/kern/vfs_init.c
100
struct vop_ops *ops = data;
sys/kern/vfs_init.c
111
struct vop_ops *ops = data;
sys/kern/vfs_init.c
117
vfs_add_vnodeops(struct mount *mp, struct vop_ops *template,
sys/kern/vfs_init.c
118
struct vop_ops **ops_pp)
sys/kern/vfs_init.c
120
struct vop_ops *ops;
sys/kern/vfs_init.c
150
vfs_rm_vnodeops(struct mount *mp, struct vop_ops *template,
sys/kern/vfs_init.c
151
struct vop_ops **ops_pp)
sys/kern/vfs_init.c
153
struct vop_ops *ops;
sys/kern/vfs_init.c
181
vfs_calc_vnodeops(struct vop_ops *ops)
sys/kern/vfs_init.c
185
for (off = __offsetof(struct vop_ops, vop_ops_first_field);
sys/kern/vfs_init.c
186
off <= __offsetof(struct vop_ops, vop_ops_last_field);
sys/kern/vfs_init.c
91
static void vfs_calc_vnodeops(struct vop_ops *ops);
sys/kern/vfs_jops.c
133
static struct vop_ops journal_vnode_vops = {
sys/kern/vfs_mount.c
234
struct vop_ops **ops,
sys/kern/vfs_subr.c
1179
extern struct vop_ops *devfs_vnode_dev_vops_p;
sys/kern/vfs_sync.c
625
static struct vop_ops sync_vnode_vops = {
sys/kern/vfs_sync.c
634
static struct vop_ops *sync_vnode_vops_p = &sync_vnode_vops;
sys/kern/vfs_vopops.c
1012
vop_advlock(struct vop_ops *ops, struct vnode *vp, caddr_t id, int op,
sys/kern/vfs_vopops.c
1038
vop_balloc(struct vop_ops *ops, struct vnode *vp, off_t startoffset,
sys/kern/vfs_vopops.c
1066
vop_reallocblks(struct vop_ops *ops, struct vnode *vp,
sys/kern/vfs_vopops.c
1089
vop_getpages(struct vop_ops *ops, struct vnode *vp, vm_page_t *m, int count,
sys/kern/vfs_vopops.c
1116
vop_putpages(struct vop_ops *ops, struct vnode *vp, vm_page_t *m, int count,
sys/kern/vfs_vopops.c
1143
vop_freeblks(struct vop_ops *ops, struct vnode *vp, off_t offset, int length)
sys/kern/vfs_vopops.c
1166
vop_getacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/kern/vfs_vopops.c
1191
vop_setacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/kern/vfs_vopops.c
1216
vop_aclcheck(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/kern/vfs_vopops.c
1241
vop_getextattr(struct vop_ops *ops, struct vnode *vp, int attrnamespace,
sys/kern/vfs_vopops.c
1267
vop_setextattr(struct vop_ops *ops, struct vnode *vp, int attrnamespace,
sys/kern/vfs_vopops.c
1293
vop_mountctl(struct vop_ops *ops, struct vnode *vp, int op, struct file *fp,
sys/kern/vfs_vopops.c
1321
vop_markatime(struct vop_ops *ops, struct vnode *vp, struct ucred *cred)
sys/kern/vfs_vopops.c
1343
vop_allocate(struct vop_ops *ops, struct vnode *vp, off_t offset, off_t len)
sys/kern/vfs_vopops.c
1374
vop_nresolve(struct vop_ops *ops, struct nchandle *nch,
sys/kern/vfs_vopops.c
1402
vop_nlookupdotdot(struct vop_ops *ops, struct vnode *dvp,
sys/kern/vfs_vopops.c
1436
vop_ncreate(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/kern/vfs_vopops.c
1471
vop_nmkdir(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/kern/vfs_vopops.c
1506
vop_nmknod(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/kern/vfs_vopops.c
1542
vop_nlink(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/kern/vfs_vopops.c
1577
vop_nsymlink(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/kern/vfs_vopops.c
1613
vop_nwhiteout(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/kern/vfs_vopops.c
1646
vop_nremove(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/kern/vfs_vopops.c
1686
vop_nrmdir(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/kern/vfs_vopops.c
1721
vop_nrename(struct vop_ops *ops,
sys/kern/vfs_vopops.c
173
vop_old_lookup(struct vop_ops *ops, struct vnode *dvp,
sys/kern/vfs_vopops.c
1760
struct vop_ops *ops;
sys/kern/vfs_vopops.c
1777
struct vop_ops *ops;
sys/kern/vfs_vopops.c
1796
struct vop_ops *ops;
sys/kern/vfs_vopops.c
196
vop_old_create(struct vop_ops *ops, struct vnode *dvp,
sys/kern/vfs_vopops.c
221
vop_old_whiteout(struct vop_ops *ops, struct vnode *dvp,
sys/kern/vfs_vopops.c
245
vop_old_mknod(struct vop_ops *ops, struct vnode *dvp,
sys/kern/vfs_vopops.c
270
vop_open(struct vop_ops *ops, struct vnode *vp, int mode, struct ucred *cred,
sys/kern/vfs_vopops.c
305
vop_close(struct vop_ops *ops, struct vnode *vp, int fflag, struct file *fp)
sys/kern/vfs_vopops.c
328
vop_access(struct vop_ops *ops, struct vnode *vp, int mode, int flags,
sys/kern/vfs_vopops.c
353
vop_getattr(struct vop_ops *ops, struct vnode *vp, struct vattr *vap,
sys/kern/vfs_vopops.c
377
vop_getattr_lite(struct vop_ops *ops, struct vnode *vp, struct vattr_lite *lvap)
sys/kern/vfs_vopops.c
400
vop_setattr(struct vop_ops *ops, struct vnode *vp, struct vattr *vap,
sys/kern/vfs_vopops.c
425
vop_read(struct vop_ops *ops, struct vnode *vp, struct uio *uio, int ioflag,
sys/kern/vfs_vopops.c
451
vop_write(struct vop_ops *ops, struct vnode *vp, struct uio *uio, int ioflag,
sys/kern/vfs_vopops.c
508
vop_ioctl(struct vop_ops *ops, struct vnode *vp, u_long command, caddr_t data,
sys/kern/vfs_vopops.c
535
vop_poll(struct vop_ops *ops, struct vnode *vp, int events, struct ucred *cred)
sys/kern/vfs_vopops.c
558
vop_kqfilter(struct vop_ops *ops, struct vnode *vp, struct knote *kn)
sys/kern/vfs_vopops.c
580
vop_mmap(struct vop_ops *ops, struct vnode *vp, int fflags, struct ucred *cred)
sys/kern/vfs_vopops.c
603
vop_fsync(struct vop_ops *ops, struct vnode *vp, int waitfor, int flags,
sys/kern/vfs_vopops.c
628
vop_fdatasync(struct vop_ops *ops, struct vnode *vp, int waitfor, int flags,
sys/kern/vfs_vopops.c
653
vop_old_remove(struct vop_ops *ops, struct vnode *dvp,
sys/kern/vfs_vopops.c
677
vop_old_link(struct vop_ops *ops, struct vnode *tdvp,
sys/kern/vfs_vopops.c
701
vop_old_rename(struct vop_ops *ops,
sys/kern/vfs_vopops.c
729
vop_old_mkdir(struct vop_ops *ops, struct vnode *dvp,
sys/kern/vfs_vopops.c
754
vop_old_rmdir(struct vop_ops *ops, struct vnode *dvp,
sys/kern/vfs_vopops.c
778
vop_old_symlink(struct vop_ops *ops, struct vnode *dvp,
sys/kern/vfs_vopops.c
805
vop_readdir(struct vop_ops *ops, struct vnode *vp, struct uio *uio,
sys/kern/vfs_vopops.c
834
vop_readlink(struct vop_ops *ops, struct vnode *vp, struct uio *uio,
sys/kern/vfs_vopops.c
858
vop_inactive(struct vop_ops *ops, struct vnode *vp)
sys/kern/vfs_vopops.c
88
__offsetof(struct vop_ops, __CONCAT(vop_, name)), \
sys/kern/vfs_vopops.c
885
vop_reclaim(struct vop_ops *ops, struct vnode *vp)
sys/kern/vfs_vopops.c
911
vop_bmap(struct vop_ops *ops, struct vnode *vp, off_t loffset,
sys/kern/vfs_vopops.c
939
vop_strategy(struct vop_ops *ops, struct vnode *vp, struct bio *bio)
sys/kern/vfs_vopops.c
967
vop_print(struct vop_ops *ops, struct vnode *vp)
sys/kern/vfs_vopops.c
988
vop_pathconf(struct vop_ops *ops, struct vnode *vp, int name,
sys/sys/mount.h
244
struct vop_ops *mnt_vn_use_ops; /* current ops set */
sys/sys/mount.h
246
struct vop_ops *mnt_vn_coherency_ops; /* cache coherency ops */
sys/sys/mount.h
247
struct vop_ops *mnt_vn_journal_ops; /* journaling ops */
sys/sys/mount.h
248
struct vop_ops *mnt_vn_norm_ops; /* for use by the VFS */
sys/sys/mount.h
249
struct vop_ops *mnt_vn_spec_ops; /* for use by the VFS */
sys/sys/mount.h
250
struct vop_ops *mnt_vn_fifo_ops; /* for use by the VFS */
sys/sys/mount.h
66
struct vop_ops;
sys/sys/vfsops.h
769
int vop_old_lookup(struct vop_ops *ops, struct vnode *dvp,
sys/sys/vfsops.h
771
int vop_old_create(struct vop_ops *ops, struct vnode *dvp,
sys/sys/vfsops.h
774
int vop_old_whiteout(struct vop_ops *ops, struct vnode *dvp,
sys/sys/vfsops.h
776
int vop_old_mknod(struct vop_ops *ops, struct vnode *dvp,
sys/sys/vfsops.h
779
int vop_open(struct vop_ops *ops, struct vnode *vp, int mode,
sys/sys/vfsops.h
781
int vop_close(struct vop_ops *ops, struct vnode *vp, int fflag,
sys/sys/vfsops.h
783
int vop_access(struct vop_ops *ops, struct vnode *vp, int mode, int flags,
sys/sys/vfsops.h
785
int vop_getattr(struct vop_ops *ops, struct vnode *vp, struct vattr *vap,
sys/sys/vfsops.h
787
int vop_getattr_lite(struct vop_ops *ops, struct vnode *vp,
sys/sys/vfsops.h
789
int vop_setattr(struct vop_ops *ops, struct vnode *vp, struct vattr *vap,
sys/sys/vfsops.h
791
int vop_read(struct vop_ops *ops, struct vnode *vp, struct uio *uio,
sys/sys/vfsops.h
793
int vop_write(struct vop_ops *ops, struct vnode *vp, struct uio *uio,
sys/sys/vfsops.h
795
int vop_ioctl(struct vop_ops *ops, struct vnode *vp, u_long command,
sys/sys/vfsops.h
798
int vop_poll(struct vop_ops *ops, struct vnode *vp, int events,
sys/sys/vfsops.h
800
int vop_kqfilter(struct vop_ops *ops, struct vnode *vp, struct knote *kn);
sys/sys/vfsops.h
801
int vop_mmap(struct vop_ops *ops, struct vnode *vp, int fflags,
sys/sys/vfsops.h
803
int vop_fsync(struct vop_ops *ops, struct vnode *vp, int waitfor, int flags,
sys/sys/vfsops.h
805
int vop_fdatasync(struct vop_ops *ops, struct vnode *vp, int waitfor, int flags,
sys/sys/vfsops.h
807
int vop_old_remove(struct vop_ops *ops, struct vnode *dvp,
sys/sys/vfsops.h
809
int vop_old_link(struct vop_ops *ops, struct vnode *tdvp,
sys/sys/vfsops.h
811
int vop_old_rename(struct vop_ops *ops, struct vnode *fdvp,
sys/sys/vfsops.h
815
int vop_old_mkdir(struct vop_ops *ops, struct vnode *dvp,
sys/sys/vfsops.h
818
int vop_old_rmdir(struct vop_ops *ops, struct vnode *dvp,
sys/sys/vfsops.h
820
int vop_old_symlink(struct vop_ops *ops, struct vnode *dvp,
sys/sys/vfsops.h
823
int vop_readdir(struct vop_ops *ops, struct vnode *vp, struct uio *uio,
sys/sys/vfsops.h
826
int vop_readlink(struct vop_ops *ops, struct vnode *vp, struct uio *uio,
sys/sys/vfsops.h
828
int vop_inactive(struct vop_ops *ops, struct vnode *vp);
sys/sys/vfsops.h
829
int vop_reclaim(struct vop_ops *ops, struct vnode *vp);
sys/sys/vfsops.h
830
int vop_bmap(struct vop_ops *ops, struct vnode *vp, off_t loffset,
sys/sys/vfsops.h
832
int vop_strategy(struct vop_ops *ops, struct vnode *vp, struct bio *bio);
sys/sys/vfsops.h
833
int vop_print(struct vop_ops *ops, struct vnode *vp);
sys/sys/vfsops.h
834
int vop_pathconf(struct vop_ops *ops, struct vnode *vp, int name,
sys/sys/vfsops.h
836
int vop_advlock(struct vop_ops *ops, struct vnode *vp, caddr_t id, int op,
sys/sys/vfsops.h
838
int vop_balloc(struct vop_ops *ops, struct vnode *vp, off_t startoffset,
sys/sys/vfsops.h
841
int vop_reallocblks(struct vop_ops *ops, struct vnode *vp,
sys/sys/vfsops.h
843
int vop_getpages(struct vop_ops *ops, struct vnode *vp, struct vm_page **m,
sys/sys/vfsops.h
845
int vop_putpages(struct vop_ops *ops, struct vnode *vp, struct vm_page **m,
sys/sys/vfsops.h
847
int vop_freeblks(struct vop_ops *ops, struct vnode *vp,
sys/sys/vfsops.h
849
int vop_getacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/sys/vfsops.h
851
int vop_setacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/sys/vfsops.h
853
int vop_aclcheck(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/sys/vfsops.h
856
int vop_getextattr(struct vop_ops *ops, struct vnode *vp, int attrnamespace,
sys/sys/vfsops.h
858
int vop_setextattr(struct vop_ops *ops, struct vnode *vp, int attrnamespace,
sys/sys/vfsops.h
860
int vop_mountctl(struct vop_ops *ops, struct vnode *vp, int op,
sys/sys/vfsops.h
863
int vop_markatime(struct vop_ops *ops, struct vnode *vp, struct ucred *cred);
sys/sys/vfsops.h
864
int vop_allocate(struct vop_ops *ops, struct vnode *vp, off_t offset,
sys/sys/vfsops.h
867
int vop_nresolve(struct vop_ops *ops, struct nchandle *nch,
sys/sys/vfsops.h
869
int vop_nlookupdotdot(struct vop_ops *ops, struct vnode *dvp,
sys/sys/vfsops.h
871
int vop_ncreate(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/sys/vfsops.h
873
int vop_nmkdir(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/sys/vfsops.h
875
int vop_nmknod(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/sys/vfsops.h
877
int vop_nlink(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/sys/vfsops.h
879
int vop_nsymlink(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/sys/vfsops.h
882
int vop_nwhiteout(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/sys/vfsops.h
884
int vop_nremove(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/sys/vfsops.h
886
int vop_nrmdir(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp,
sys/sys/vfsops.h
888
int vop_nrename(struct vop_ops *ops,
sys/sys/vfsops.h
92
struct vop_ops *a_ops; /* operations vector for the call */
sys/sys/vnode.h
160
struct vop_ops **v_ops; /* vnode operations vector */
sys/sys/vnode.h
439
struct vop_ops **ops, struct vnode **vpp, int timo,
sys/sys/vnode.h
450
void vfs_add_vnodeops(struct mount *, struct vop_ops *, struct vop_ops **);
sys/sys/vnode.h
451
void vfs_rm_vnodeops(struct mount *, struct vop_ops *, struct vop_ops **);
sys/sys/vnode.h
605
extern struct vop_ops default_vnode_vops;
sys/sys/vnode.h
606
extern struct vop_ops dead_vnode_vops;
sys/sys/vnode.h
608
extern struct vop_ops *default_vnode_vops_p;
sys/sys/vnode.h
609
extern struct vop_ops *dead_vnode_vops_p;
sys/vfs/autofs/autofs.h
69
extern struct vop_ops autofs_vnode_vops;
sys/vfs/autofs/autofs_vnops.c
466
struct vop_ops autofs_vnode_vops = {
sys/vfs/deadfs/dead_vnops.c
55
struct vop_ops dead_vnode_vops = {
sys/vfs/deadfs/dead_vnops.c
84
struct vop_ops *dead_vnode_vops_p = &dead_vnode_vops;
sys/vfs/devfs/devfs_vfsops.c
49
extern struct vop_ops devfs_vnode_norm_vops;
sys/vfs/devfs/devfs_vfsops.c
50
extern struct vop_ops devfs_vnode_dev_vops;
sys/vfs/devfs/devfs_vnops.c
125
struct vop_ops devfs_vnode_norm_vops = {
sys/vfs/devfs/devfs_vnops.c
159
struct vop_ops devfs_vnode_dev_vops = {
sys/vfs/devfs/devfs_vnops.c
188
struct vop_ops *devfs_vnode_dev_vops_p = &devfs_vnode_dev_vops;
sys/vfs/dirfs/dirfs.h
213
extern struct vop_ops dirfs_vnode_vops;
sys/vfs/dirfs/dirfs_vnops.c
1552
struct vop_ops dirfs_vnode_vops = {
sys/vfs/ext2fs/ext2_extern.h
157
extern struct vop_ops ext2_vnodeops;
sys/vfs/ext2fs/ext2_extern.h
158
extern struct vop_ops ext2_specops;
sys/vfs/ext2fs/ext2_extern.h
159
extern struct vop_ops ext2_fifoops;
sys/vfs/ext2fs/ext2_vnops.c
2121
struct vop_ops ext2_vnodeops = {
sys/vfs/ext2fs/ext2_vnops.c
2155
struct vop_ops ext2_specops = {
sys/vfs/ext2fs/ext2_vnops.c
2170
struct vop_ops ext2_fifoops = {
sys/vfs/fifofs/fifo.h
36
extern struct vop_ops fifo_vnode_vops;
sys/vfs/fifofs/fifo_vnops.c
89
struct vop_ops fifo_vnode_vops = {
sys/vfs/fuse/fuse.h
75
extern struct vop_ops fuse_vnode_vops;
sys/vfs/fuse/fuse.h
76
extern struct vop_ops fuse_spec_vops;
sys/vfs/fuse/fuse_vnops.c
2166
struct vop_ops fuse_vnode_vops = {
sys/vfs/fuse/fuse_vnops.c
2201
struct vop_ops fuse_spec_vops = {
sys/vfs/hammer/hammer.h
910
extern struct vop_ops hammer_vnode_vops;
sys/vfs/hammer/hammer.h
911
extern struct vop_ops hammer_spec_vops;
sys/vfs/hammer/hammer.h
912
extern struct vop_ops hammer_fifo_vops;
sys/vfs/hammer/hammer_vnops.c
118
struct vop_ops hammer_spec_vops = {
sys/vfs/hammer/hammer_vnops.c
132
struct vop_ops hammer_fifo_vops = {
sys/vfs/hammer/hammer_vnops.c
80
struct vop_ops hammer_vnode_vops = {
sys/vfs/hammer2/hammer2.h
1403
extern struct vop_ops hammer2_vnode_vops;
sys/vfs/hammer2/hammer2.h
1404
extern struct vop_ops hammer2_spec_vops;
sys/vfs/hammer2/hammer2.h
1405
extern struct vop_ops hammer2_fifo_vops;
sys/vfs/hammer2/hammer2_vnops.c
2429
struct vop_ops hammer2_vnode_vops = {
sys/vfs/hammer2/hammer2_vnops.c
2464
struct vop_ops hammer2_spec_vops = {
sys/vfs/hammer2/hammer2_vnops.c
2478
struct vop_ops hammer2_fifo_vops = {
sys/vfs/hpfs/hpfs_vfsops.c
63
extern struct vop_ops hpfs_vnode_vops;
sys/vfs/hpfs/hpfs_vnops.c
1162
struct vop_ops hpfs_vnode_vops = {
sys/vfs/isofs/cd9660/cd9660_vfsops.c
64
extern struct vop_ops cd9660_vnode_vops;
sys/vfs/isofs/cd9660/cd9660_vfsops.c
65
extern struct vop_ops cd9660_spec_vops;
sys/vfs/isofs/cd9660/cd9660_vfsops.c
66
extern struct vop_ops cd9660_fifo_vops;
sys/vfs/isofs/cd9660/cd9660_vnops.c
809
struct vop_ops cd9660_vnode_vops = {
sys/vfs/isofs/cd9660/cd9660_vnops.c
834
struct vop_ops cd9660_spec_vops = {
sys/vfs/isofs/cd9660/cd9660_vnops.c
845
struct vop_ops cd9660_fifo_vops = {
sys/vfs/msdosfs/msdosfs_vfsops.c
77
extern struct vop_ops msdosfs_vnode_vops;
sys/vfs/msdosfs/msdosfs_vnops.c
1930
struct vop_ops msdosfs_vnode_vops = {
sys/vfs/nfs/nfs_vfsops.c
78
extern struct vop_ops nfsv2_vnode_vops;
sys/vfs/nfs/nfs_vfsops.c
79
extern struct vop_ops nfsv2_fifo_vops;
sys/vfs/nfs/nfs_vfsops.c
80
extern struct vop_ops nfsv2_spec_vops;
sys/vfs/nfs/nfs_vnops.c
126
struct vop_ops nfsv2_vnode_vops = {
sys/vfs/nfs/nfs_vnops.c
162
struct vop_ops nfsv2_spec_vops = {
sys/vfs/nfs/nfs_vnops.c
176
struct vop_ops nfsv2_fifo_vops = {
sys/vfs/ntfs/ntfs_vfsops.c
62
extern struct vop_ops ntfs_vnode_vops;
sys/vfs/ntfs/ntfs_vnops.c
774
struct vop_ops ntfs_vnode_vops = {
sys/vfs/nullfs/null_vfsops.c
57
extern struct vop_ops null_vnode_vops;
sys/vfs/nullfs/null_vnops.c
238
struct vop_ops null_vnode_vops = {
sys/vfs/procfs/procfs_vfsops.c
50
extern struct vop_ops procfs_vnode_vops;
sys/vfs/procfs/procfs_vnops.c
88
struct vop_ops procfs_vnode_vops = {
sys/vfs/smbfs/smbfs_vfsops.c
65
extern struct vop_ops smbfs_vnode_vops;
sys/vfs/smbfs/smbfs_vnops.c
90
struct vop_ops smbfs_vnode_vops = {
sys/vfs/tmpfs/tmpfs_fifoops.c
89
struct vop_ops tmpfs_fifo_vops = {
sys/vfs/tmpfs/tmpfs_vnops.c
2205
struct vop_ops tmpfs_vnode_vops = {
sys/vfs/tmpfs/tmpfs_vnops.h
44
extern struct vop_ops tmpfs_vnode_vops;
sys/vfs/tmpfs/tmpfs_vnops.h
45
extern struct vop_ops tmpfs_fifo_vops;
sys/vfs/udf/udf_vfsops.c
98
extern struct vop_ops udf_vnode_vops;
sys/vfs/udf/udf_vnops.c
71
struct vop_ops udf_vnode_vops = {
sys/vfs/ufs/ffs_vfsops.c
89
extern struct vop_ops ffs_vnode_vops;
sys/vfs/ufs/ffs_vfsops.c
90
extern struct vop_ops ffs_spec_vops;
sys/vfs/ufs/ffs_vfsops.c
91
extern struct vop_ops ffs_fifo_vops;
sys/vfs/ufs/ffs_vnops.c
68
struct vop_ops ffs_vnode_vops = {
sys/vfs/ufs/ffs_vnops.c
79
struct vop_ops ffs_spec_vops = {
sys/vfs/ufs/ffs_vnops.c
84
struct vop_ops ffs_fifo_vops = {
sys/vfs/ufs/ufs_vnops.c
2254
static struct vop_ops ufs_vnode_vops = {
sys/vfs/ufs/ufs_vnops.c
2289
static struct vop_ops ufs_spec_vops = {
sys/vfs/ufs/ufs_vnops.c
2304
static struct vop_ops ufs_fifo_vops = {
sys/vm/vm_swap.c
174
static struct vop_ops swapdev_vnode_vops = {
sys/vm/vm_swap.c
180
static struct vop_ops *swapdev_vnode_vops_p = &swapdev_vnode_vops;
usr.sbin/makefs/hammer2/hammer2.h
1448
extern struct vop_ops hammer2_vnode_vops;
usr.sbin/makefs/hammer2/hammer2.h
1449
extern struct vop_ops hammer2_spec_vops;
usr.sbin/makefs/hammer2/hammer2.h
1450
extern struct vop_ops hammer2_fifo_vops;
usr.sbin/makefs/hammer2/hammer2_vnops.c
2931
struct vop_ops hammer2_vnode_vops = {
usr.sbin/makefs/hammer2/hammer2_vnops.c
2966
struct vop_ops hammer2_spec_vops = {
usr.sbin/makefs/hammer2/hammer2_vnops.c
2980
struct vop_ops hammer2_fifo_vops = {