| /netbsd-src/sys/miscfs/deadfs/ |
| H A D | dead_vfsops.c | 64 .vfs_vget = (void *)dead_panic,
|
| /netbsd-src/sys/fs/sysvbfs/ |
| H A D | sysvbfs.c | 126 .vfs_vget = sysvbfs_vget,
|
| /netbsd-src/sys/sys/ |
| H A D | mount.h | 197 int (*vfs_vget) (struct mount *, ino_t, int, struct vnode **); member 224 #define VFS_VGET(MP, INO, LK, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, LK, VPP)
|
| /netbsd-src/sys/fs/v7fs/ |
| H A D | v7fs_extern.c | 192 .vfs_vget = v7fs_vget,
|
| /netbsd-src/sys/miscfs/nullfs/ |
| H A D | null_vfsops.c | 231 .vfs_vget = layerfs_vget,
|
| /netbsd-src/sys/miscfs/overlay/ |
| H A D | overlay_vfsops.c | 262 .vfs_vget = layerfs_vget,
|
| /netbsd-src/sys/miscfs/fdesc/ |
| H A D | fdesc_vfsops.c | 249 .vfs_vget = fdesc_vget,
|
| /netbsd-src/sys/miscfs/kernfs/ |
| H A D | kernfs_vfsops.c | 308 .vfs_vget = kernfs_vget,
|
| /netbsd-src/sys/miscfs/umapfs/ |
| H A D | umap_vfsops.c | 320 .vfs_vget = layerfs_vget,
|
| /netbsd-src/sys/ufs/mfs/ |
| H A D | mfs_vfsops.c | 100 .vfs_vget = ufs_vget,
|
| /netbsd-src/sys/fs/union/ |
| H A D | union_vfsops.c | 544 .vfs_vget = union_vget,
|
| /netbsd-src/sys/fs/ptyfs/ |
| H A D | ptyfs_vfsops.c | 484 .vfs_vget = ptyfs_vget,
|
| /netbsd-src/sys/fs/autofs/ |
| H A D | autofs_vfsops.c | 350 .vfs_vget = (void *)eopnotsupp,
|
| /netbsd-src/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 468 .vfs_vget = tmpfs_vget,
|
| /netbsd-src/sys/coda/ |
| H A D | coda_vfsops.c | 107 .vfs_vget = coda_vget,
|
| /netbsd-src/sys/fs/hfs/ |
| H A D | hfs_vfsops.c | 160 .vfs_vget = hfs_vget,
|
| /netbsd-src/sys/fs/unionfs/ |
| H A D | unionfs_vfsops.c | 521 .vfs_vget = (void *)eopnotsupp,
|
| /netbsd-src/sys/fs/efs/ |
| H A D | efs_vfsops.c | 567 .vfs_vget = efs_vget,
|
| /netbsd-src/sys/miscfs/procfs/ |
| H A D | procfs_vfsops.c | 535 .vfs_vget = procfs_vget,
|
| /netbsd-src/sys/fs/filecorefs/ |
| H A D | filecore_vfsops.c | 117 .vfs_vget = filecore_vget,
|
| /netbsd-src/sys/fs/udf/ |
| H A D | udf_vfsops.c | 108 .vfs_vget = udf_vget,
|
| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_vfsops.c | 810 .vfs_vget = chfs_vget,
|
| /netbsd-src/sys/fs/puffs/ |
| H A D | puffs_vfsops.c | 877 .vfs_vget = (void *)eopnotsupp,
|
| /netbsd-src/sys/fs/adosfs/ |
| H A D | advfsops.c | 798 .vfs_vget = adosfs_vget,
|
| /netbsd-src/sys/fs/cd9660/ |
| H A D | cd9660_vfsops.c | 102 .vfs_vget = cd9660_vget,
|