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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c1111 * complicated nested hierarchies of mountpoints, we first gather all the
1112 * datasets and mountpoints within the pool, and sort them by mountpoint. Once
1202 char **mountpoints = NULL; local
1236 if ((mountpoints = zfs_alloc(hdl,
1248 if ((ptr = zfs_realloc(hdl, mountpoints,
1252 mountpoints = ptr;
1264 if ((mountpoints[used] = zfs_strdup(hdl,
1282 qsort(mountpoints, used, sizeof (char *), mountpoint_compare);
1291 if (is_shared(hdl, mountpoints[i], *curr_proto) &&
1292 unshare_one(hdl, mountpoints[
[all...]
/freebsd-10.0-release/tools/tools/sysbuild/
H A Dsysbuild.sh598 log_it create all mountpoints

Completed in 53 milliseconds