Searched refs:do_mount (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/etc/init.d/ |
| H A D | zfs-mount.in | 66 do_mount() 104 do_mount
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_zmount.c | 75 do_mount(zfs_handle_t *zhp, const char *mntpt, const char *opts, int flags) in do_mount() function
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_impl.h | 228 extern int do_mount(zfs_handle_t *zhp, const char *mntpt, const char *opts,
|
| H A D | libzfs_mount.c | 502 rc = do_mount(zhp, mountpoint, mntopts, flags); in zfs_mount_at()
|
| H A D | libzfs.abi | 6204 <function-decl name='do_mount' visibility='default' binding='global' size-in-bits='64'>
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_mount_os.c | 330 do_mount(zfs_handle_t *zhp, const char *mntpt, const char *opts, int flags) in do_mount() function
|
| /freebsd/usr.sbin/mountd/ |
| H A D | mountd.c | 215 static int do_mount(struct exportlist *, struct grouplist *, uint64_t, 1874 if (passno == 0 && do_mount(ep, grp, exflags, &anon, in get_exportlist_one() 2289 ret = do_mount(v4root_ep, grp, grp->gr_exflags, &grp->gr_anon, in compare_nmount_exportlist() 3191 ret = do_mount(ep, &defgrp, ep->ex_defexflags, &ep->ex_defanon, in do_export_mount() 3203 ret = do_mount(ep, grp, grp->gr_exflags, &grp->gr_anon, in do_export_mount() 3218 do_mount(struct exportlist *ep, struct grouplist *grp, uint64_t exflags, in do_mount() function
|