freebsd-src/sys/fs/hpfs
Pawel Jakub Dawidek 10bcafe9ab Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
This way we may support multiple structures in v_data vnode field within
one file system without using black magic.

Vnode-to-file-handle should be VOP in the first place, but was made VFS
operation to keep interface as compatible as possible with SUN's VFS.
BTW. Now Solaris also implements vnode-to-file-handle as VOP operation.

VFS_VPTOFH() was left for API backward compatibility, but is marked for
removal before 8.0-RELEASE.

Approved by:	mckusick
Discussed with:	many (on IRC)
Tested with:	ufs, msdosfs, cd9660, nullfs and zfs
2007-02-15 22:08:35 +00:00
..
hpfs.h Commit the results of the typo hunt by Darren Pilgrim. 2006-08-04 07:56:35 +00:00
hpfs_alsubr.c
hpfs_ioctl.h
hpfs_lookup.c
hpfs_subr.c Convert to nmount. Add backwards compat cmount method. 2004-12-06 20:14:20 +00:00
hpfs_subr.h Convert to nmount. Add backwards compat cmount method. 2004-12-06 20:14:20 +00:00
hpfs_vfsops.c Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. 2007-02-15 22:08:35 +00:00
hpfs_vnops.c Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. 2007-02-15 22:08:35 +00:00
hpfsmount.h