Rename all the functions and structures for the old VOP namespace API
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 14 Sep 2005 01:13:50 +0000 (01:13 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 14 Sep 2005 01:13:50 +0000 (01:13 +0000)
commite62afb5f82736c44efe98786240ff58b141b8f86
tree16abcdb3851b59f0d990d8c22a8a04df48faae8f
parent8cc1c02b98c56adcc95d3afbe941a32806f3a6d1
Rename all the functions and structures for the old VOP namespace API
functions from vop_* to vop_old_*.  e.g. vop_lookup -> vop_old_lookup.
This will make it easier to identify areas containing old VOP API code.

Remove vop_old_*_ap() functions, they are not used (and not allowed to be
used).  The old API is only allowed at the leaf of a VFS stack.
33 files changed:
sys/emulation/linux/i386/linprocfs/linprocfs_vnops.c
sys/kern/vfs_default.c
sys/kern/vfs_vopops.c
sys/sys/namecache.h
sys/sys/vfsops.h
sys/vfs/coda/coda_vnops.c
sys/vfs/deadfs/dead_vnops.c
sys/vfs/fdesc/fdesc_vnops.c
sys/vfs/fifofs/fifo_vnops.c
sys/vfs/gnu/ext2fs/ext2_extern.h
sys/vfs/gnu/ext2fs/ext2_lookup.c
sys/vfs/gnu/ext2fs/ext2_vnops.c
sys/vfs/hpfs/hpfs_vnops.c
sys/vfs/isofs/cd9660/cd9660_lookup.c
sys/vfs/isofs/cd9660/cd9660_node.h
sys/vfs/isofs/cd9660/cd9660_vnops.c
sys/vfs/msdosfs/denode.h
sys/vfs/msdosfs/msdosfs_lookup.c
sys/vfs/msdosfs/msdosfs_vnops.c
sys/vfs/nfs/nfs_vnops.c
sys/vfs/ntfs/ntfs_vnops.c
sys/vfs/nullfs/null_vnops.c
sys/vfs/nwfs/nwfs_vnops.c
sys/vfs/portal/portal_vnops.c
sys/vfs/procfs/procfs_vnops.c
sys/vfs/smbfs/smbfs_vnops.c
sys/vfs/specfs/spec_vnops.c
sys/vfs/udf/udf_vnops.c
sys/vfs/ufs/ufs_extern.h
sys/vfs/ufs/ufs_lookup.c
sys/vfs/ufs/ufs_vnops.c
sys/vfs/umapfs/umap_vnops.c
sys/vfs/union/union_vnops.c