Symbol: vop_nremove_args
sys/kern/vfs_default.c
795
vop_compat_nremove(struct vop_nremove_args *ap)
sys/kern/vfs_jops.c
106
static int journal_nremove(struct vop_nremove_args *ap);
sys/kern/vfs_jops.c
1208
journal_nremove(struct vop_nremove_args *ap)
sys/kern/vfs_vopops.c
1649
struct vop_nremove_args ap;
sys/kern/vfs_vopops.c
2202
vop_nremove_ap(struct vop_nremove_args *ap)
sys/sys/vfsops.h
677
int (*vop_nremove)(struct vop_nremove_args *);
sys/sys/vfsops.h
753
struct vop_nremove_args vu_nremove;
sys/sys/vfsops.h
960
int vop_nremove_ap(struct vop_nremove_args *ap);
sys/sys/vnode.h
556
int vop_compat_nremove(struct vop_nremove_args *ap);
sys/vfs/devfs/devfs_vnops.c
811
devfs_vop_nremove(struct vop_nremove_args *ap)
sys/vfs/devfs/devfs_vnops.c
92
static int devfs_vop_nremove(struct vop_nremove_args *);
sys/vfs/dirfs/dirfs_vnops.c
871
dirfs_nremove(struct vop_nremove_args *ap)
sys/vfs/fuse/fuse_vnops.c
820
fuse_vop_nremove(struct vop_nremove_args *ap)
sys/vfs/hammer/hammer_vnops.c
1894
hammer_vop_nremove(struct vop_nremove_args *ap)
sys/vfs/hammer/hammer_vnops.c
62
static int hammer_vop_nremove(struct vop_nremove_args *);
sys/vfs/hammer2/hammer2_vnops.c
1876
hammer2_vop_nremove(struct vop_nremove_args *ap)
sys/vfs/nullfs/null_vnops.c
114
static int null_nremove(struct vop_nremove_args *ap);
sys/vfs/nullfs/null_vnops.c
176
null_nremove(struct vop_nremove_args *ap)
sys/vfs/tmpfs/tmpfs_vnops.c
1087
tmpfs_nremove(struct vop_nremove_args *ap)
usr.sbin/makefs/hammer2/hammer2_compat.h
443
int (*vop_nremove)(struct vop_nremove_args *);
usr.sbin/makefs/hammer2/hammer2_vnops.c
2328
hammer2_vop_nremove(struct vop_nremove_args *ap)