Searched refs:mountpoints (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c1113 * complicated nested hierarchies of mountpoints, we first gather all the
1114 * datasets and mountpoints within the pool, and sort them by mountpoint. Once
1204 char **mountpoints = NULL; local
1238 if ((mountpoints = zfs_alloc(hdl,
1250 if ((ptr = zfs_realloc(hdl, mountpoints,
1254 mountpoints = ptr;
1266 if ((mountpoints[used] = zfs_strdup(hdl,
1284 qsort(mountpoints, used, sizeof (char *), mountpoint_compare);
1293 if (is_shared(hdl, mountpoints[i], *curr_proto) &&
1294 unshare_one(hdl, mountpoints[
[all...]
/freebsd-10.1-release/tools/tools/sysbuild/
H A Dsysbuild.sh598 log_it create all mountpoints

Completed in 45 milliseconds