Home
last modified time | relevance | path

Searched refs:mountctl (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sbin/mountctl/
H A DMakefile1 PROG= mountctl
2 MAN= mountctl.8
H A Dmountctl.c432 count = mountctl(mountpt, MOUNTCTL_STATUS_VFS_JOURNAL, -1, in mountctl_scan()
508 error = mountctl(mountpt, MOUNTCTL_INSTALL_VFS_JOURNAL, fd, in mountctl_add()
535 error = mountctl(mountpt, MOUNTCTL_RESTART_VFS_JOURNAL, fd, in mountctl_restart()
553 error = mountctl(mountpt, MOUNTCTL_REMOVE_VFS_JOURNAL, -1, in mountctl_delete()
/dragonfly/sbin/
H A DMakefile66 mountctl \
/dragonfly/sys/sys/
H A Dmountctl.h275 int mountctl (const char *path, int op, int fd, void *ctl, int ctllen,
H A Dsysunion.h243 struct mountctl_args mountctl; member
H A Dsyscall.mk237 mountctl.o \
/dragonfly/lib/libc/sys/
H A DMakefile.inc82 mount.2 mountctl.2 mprotect.2 \
H A DSymbol.map170 mountctl;
/dragonfly/sbin/mount_ufs/
H A Dmount.c480 error = mountctl(sfp->f_mntonname, MOUNTCTL_MOUNTFLAGS, in prmount()
/dragonfly/sbin/mount/
H A Dmount.c523 error = mountctl(sfp->f_mntonname, MOUNTCTL_MOUNTFLAGS, in prmount()
/dragonfly/sbin/mountd/
H A Dmountd.c2025 r = mountctl(fsb->f_mntonname, MOUNTCTL_SET_EXPORT, in do_mount()
2426 if (mountctl(fsp->f_mntonname, MOUNTCTL_SET_EXPORT, -1, in delete_export()
/dragonfly/sys/kern/
H A Dvfs_vopops.c136 VNODEOP_DESC_INIT(mountctl);