Home
last modified time | relevance | path

Searched refs:vop_old_create_args (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/sys/
H A Dvfsops.h103 struct vop_old_create_args { struct
615 int (*vop_old_create)(struct vop_old_create_args *);
700 struct vop_old_create_args vu_create;
906 int vop_old_create_ap(struct vop_old_create_args *ap);
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vnops.c89 static int hpfs_create (struct vop_old_create_args *);
1107 hpfs_create(struct vop_old_create_args *ap) in hpfs_create()
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_vnops.c65 static int smbfs_create(struct vop_old_create_args *);
458 smbfs_create(struct vop_old_create_args *ap) in smbfs_create()
/dragonfly/sys/vfs/ufs/
H A Dufs_vnops.c85 static int ufs_create (struct vop_old_create_args *);
185 ufs_create(struct vop_old_create_args *ap) in ufs_create()
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_vnops.c112 msdosfs_create(struct vop_old_create_args *ap) in msdosfs_create()
/dragonfly/sys/vfs/nfs/
H A Dnfs_vnops.c95 static int nfs_create (struct vop_old_create_args *);
1698 nfs_create(struct vop_old_create_args *ap) in nfs_create()
/dragonfly/sys/kern/
H A Dvfs_vopops.c199 struct vop_old_create_args ap; in vop_old_create()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_vnops.c160 ext2_create(struct vop_old_create_args *ap) in ext2_create()