Home
last modified time | relevance | path

Searched refs:vop_mountctl_args (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/sys/vfs/nullfs/
H A Dnull_vnops.c117 static int null_mountctl(struct vop_mountctl_args *ap);
206 null_mountctl(struct vop_mountctl_args *ap) in null_mountctl()
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h314 struct vop_mountctl_args { struct
434 int (*vop_mountctl)(struct vop_mountctl_args *);
H A Dhammer2_vnops.c2771 hammer2_vop_mountctl(struct vop_mountctl_args *ap) in hammer2_vop_mountctl()
/dflybsd-src/sys/sys/
H A Dvfsops.h433 struct vop_mountctl_args { struct
665 int (*vop_mountctl)(struct vop_mountctl_args *);
741 struct vop_mountctl_args vu_mountctl;
948 int vop_mountctl_ap(struct vop_mountctl_args *ap);
H A Dmount.h67 struct vop_mountctl_args;
801 int journal_mountctl(struct vop_mountctl_args *ap);
H A Dvnode.h529 int vop_stdmountctl(struct vop_mountctl_args *ap);
/dflybsd-src/sys/vfs/autofs/
H A Dautofs_vnops.c434 autofs_mountctl(struct vop_mountctl_args *ap) in autofs_mountctl()
/dflybsd-src/sys/kern/
H A Dvfs_vopops.c1296 struct vop_mountctl_args ap; in vop_mountctl()
2103 vop_mountctl_ap(struct vop_mountctl_args *ap) in vop_mountctl_ap()
H A Dvfs_jops.c154 journal_mountctl(struct vop_mountctl_args *ap) in journal_mountctl()
H A Dvfs_default.c1300 vop_stdmountctl(struct vop_mountctl_args *ap) in vop_stdmountctl()
/dflybsd-src/sys/vfs/hammer/
H A Dhammer_vnops.c72 static int hammer_vop_mountctl(struct vop_mountctl_args *);
2532 hammer_vop_mountctl(struct vop_mountctl_args *ap) in hammer_vop_mountctl()
/dflybsd-src/sys/vfs/dirfs/
H A Ddirfs_vnops.c1418 dirfs_mountctl(struct vop_mountctl_args *ap) in dirfs_mountctl()
/dflybsd-src/sys/vfs/tmpfs/
H A Dtmpfs_vnops.c1879 tmpfs_mountctl(struct vop_mountctl_args *ap) in tmpfs_mountctl()
/dflybsd-src/sys/vfs/hammer2/
H A Dhammer2_vnops.c2337 hammer2_vop_mountctl(struct vop_mountctl_args *ap) in hammer2_vop_mountctl()
/dflybsd-src/sys/vfs/fuse/
H A Dfuse_vnops.c1806 fuse_vop_mountctl(struct vop_mountctl_args *ap) in fuse_vop_mountctl()