| /src/sys/miscfs/deadfs/ |
| dead_vfsops.c | 68 .vfs_vptofh = (void *)eopnotsupp,
|
| /src/sys/fs/sysvbfs/ |
| sysvbfs.c | 129 .vfs_vptofh = sysvbfs_vptofh,
|
| /src/sys/fs/v7fs/ |
| v7fs_extern.c | 195 .vfs_vptofh = v7fs_vptofh,
|
| /src/sys/miscfs/nullfs/ |
| null_vfsops.c | 233 .vfs_vptofh = layerfs_vptofh,
|
| /src/sys/miscfs/overlay/ |
| overlay_vfsops.c | 264 .vfs_vptofh = layerfs_vptofh,
|
| /src/sys/miscfs/fdesc/ |
| fdesc_vfsops.c | 252 .vfs_vptofh = (void *)eopnotsupp,
|
| /src/sys/miscfs/kernfs/ |
| kernfs_vfsops.c | 311 .vfs_vptofh = (void *)eopnotsupp,
|
| /src/sys/miscfs/umapfs/ |
| umap_vfsops.c | 322 .vfs_vptofh = layerfs_vptofh,
|
| /src/sys/ufs/mfs/ |
| mfs_vfsops.c | 104 .vfs_vptofh = ffs_vptofh,
|
| /src/sys/coda/ |
| coda_vfsops.c | 110 .vfs_vptofh = (void *)eopnotsupp,
|
| /src/sys/fs/autofs/ |
| autofs_vfsops.c | 354 .vfs_vptofh = (void *)eopnotsupp,
|
| /src/sys/fs/efs/ |
| efs_vfsops.c | 570 .vfs_vptofh = efs_vptofh,
|
| /src/sys/fs/filecorefs/ |
| filecore_vfsops.c | 120 .vfs_vptofh = filecore_vptofh,
|
| /src/sys/fs/hfs/ |
| hfs_vfsops.c | 163 .vfs_vptofh = hfs_vptofh,
|
| /src/sys/fs/ptyfs/ |
| ptyfs_vfsops.c | 487 .vfs_vptofh = (void *)eopnotsupp,
|
| /src/sys/fs/tmpfs/ |
| tmpfs_vfsops.c | 472 .vfs_vptofh = tmpfs_vptofh,
|
| /src/sys/fs/union/ |
| union_vfsops.c | 547 .vfs_vptofh = (void *)eopnotsupp,
|
| /src/sys/fs/unionfs/ |
| unionfs_vfsops.c | 523 .vfs_vptofh = (void *)eopnotsupp,
|
| /src/sys/miscfs/procfs/ |
| procfs_vfsops.c | 538 .vfs_vptofh = (void *)eopnotsupp,
|
| /src/sys/sys/ |
| mount.h | 205 int (*vfs_vptofh) (struct vnode *, struct fid *, size_t *); member in struct:vfsops 243 int VFS_VPTOFH(struct vnode *, struct fid *, size_t *);
|
| /src/sys/fs/udf/ |
| udf_vfsops.c | 112 .vfs_vptofh = udf_vptofh,
|
| /src/sys/fs/adosfs/ |
| advfsops.c | 801 .vfs_vptofh = adosfs_vptofh,
|
| /src/sys/fs/cd9660/ |
| cd9660_vfsops.c | 105 .vfs_vptofh = cd9660_vptofh,
|
| /src/sys/fs/msdosfs/ |
| msdosfs_vfsops.c | 129 .vfs_vptofh = msdosfs_vptofh,
|
| /src/sys/fs/nilfs/ |
| nilfs_vfsops.c | 178 .vfs_vptofh = nilfs_vptofh,
|