Home
last modified time | relevance | path

Searched refs:a_ctl (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/kern/
HDvfs_jops.c171 error = journal_install_vfs_journal(mp, ap->a_fp, ap->a_ctl); in journal_mountctl()
193 error = journal_install_vfs_journal(mp, ap->a_fp, ap->a_ctl); in journal_mountctl()
201 error = journal_restart_vfs_journal(mp, ap->a_fp, ap->a_ctl); in journal_mountctl()
207 error = journal_remove_vfs_journal(mp, ap->a_ctl); in journal_mountctl()
214 error = journal_resync_vfs_journal(mp, ap->a_ctl); in journal_mountctl()
220 error = journal_status_vfs_journal(mp, ap->a_ctl, in journal_mountctl()
HDvfs_vopops.c1303 ap.a_ctl = ctl; in vop_mountctl()
/dragonfly/sys/vfs/nullfs/
HDnull_vnops.c218 error = nullfs_export(mp, ap->a_op, (const void *)ap->a_ctl); in null_mountctl()
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_compat.h317 const void *a_ctl; member
HDhammer2_vnops.c2787 (const struct export_args *)ap->a_ctl); in hammer2_vop_mountctl()
/dragonfly/sys/sys/
HDvfsops.h437 const void *a_ctl; member
/dragonfly/sys/vfs/tmpfs/
HDtmpfs_vnops.c1896 (const struct export_args *) ap->a_ctl); in tmpfs_mountctl()
/dragonfly/sys/vfs/hammer2/
HDhammer2_vnops.c2352 (const struct export_args *)ap->a_ctl); in hammer2_vop_mountctl()
/dragonfly/sys/vfs/hammer/
HDhammer_vnops.c2560 (const struct export_args *)ap->a_ctl); in hammer_vop_mountctl()