vop_old_remove_args
struct vop_old_remove_args ap;
int (*vop_old_remove)(struct vop_old_remove_args *);
struct vop_old_remove_args vu_remove;
int vop_old_remove_ap(struct vop_old_remove_args *ap);
ext2_remove(struct vop_old_remove_args *ap)
hpfs_remove(struct vop_old_remove_args *ap)
static int hpfs_remove (struct vop_old_remove_args *);
msdosfs_remove(struct vop_old_remove_args *ap)
static int nfs_remove (struct vop_old_remove_args *);
nfs_remove(struct vop_old_remove_args *ap)
smbfs_remove(struct vop_old_remove_args *ap)
static int smbfs_remove(struct vop_old_remove_args *);
ufs_remove(struct vop_old_remove_args *ap)
static int ufs_remove (struct vop_old_remove_args *);