Searched refs:mountpoint (Results 176 - 183 of 183) sorted by relevance

12345678

/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib85 mntpnt=$(get_prop mountpoint $pool)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c46 * as a mountpoint for the snapshot. Whenever we lookup a specific snapshot, we
590 * Change the current mountpoint info:
786 char *mountpoint; local
895 mountpoint = kmem_alloc(mountpoint_len, KM_SLEEP);
896 (void) snprintf(mountpoint, mountpoint_len, "%s/.zfs/snapshot/%s",
900 margs.dir = mountpoint;
909 kmem_free(mountpoint, mountpoint_len);
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c213 "\t [-m mountpoint] [-R root] <pool> <vdev> ...\n"));
772 * [-R root] [-m mountpoint] <pool> <dev> ...
778 * -m Set default mountpoint for the root dataset. By default it's
801 char *mountpoint = NULL; local
832 /* Equivalent to -O mountpoint=optarg */
833 mountpoint = optarg;
880 mountpoint = propval;
945 * Check the validity of the mountpoint and direct the user to use the
946 * '-m' mountpoint option if it looks like its in use.
948 if (mountpoint
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c115 char *mountpoint = NULL; local
171 ret = _be_mount(node->be_node_name, &mountpoint,
283 free(mountpoint);
665 * Get the mountpoint for the root pool dataset.
964 * Get the mountpoint for the root pool dataset.
1413 * Get the mountpoint for the root pool dataset.
1574 * Get the mountpoint for the root pool dataset.
1799 * Get the mountpoint for the root pool dataset.
2073 * Get the mountpoint for the root pool dataset.
2154 * mountpoint
2163 be_update_vfstab(char *be_name, char *old_rc_loc, char *new_rc_loc, be_fs_list_data_t *fld, char *mountpoint) argument
[all...]
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh317 ZONEPATH_DS=`/usr/sbin/zfs list -H -t filesystem -o name,mountpoint | \
H A Duninstall.ksh251 ZONEPATH_DS=`/sbin/zfs list -t filesystem -o name,mountpoint | \
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1388 refstr_t *mountpoint; local
1744 mountpoint = vfs_getmntpoint(vfsp);
1746 (strcmp("/usr", refstr_value(mountpoint)) == 0)) {
1750 refstr_rele(mountpoint);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c281 "<-a | filesystem|mountpoint>\n"));
284 "<-a | filesystem|mountpoint>\n"));
678 /* create the mountpoint if necessary */
3050 "name,used,available,referenced,mountpoint";
5781 char mountpoint[ZFS_MAXPROPLEN]; local
5820 * includes those with a legacy mountpoint, or those with
5823 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint,
5824 sizeof (mountpoint), NULL, NULL, 0, B_FALSE) == 0);
5845 * shareopts is non-legacy but the mountpoint is legacy, we
5848 if (strcmp(mountpoint, "legac
6621 char mountpoint[ZFS_MAXPROPLEN]; local
[all...]

Completed in 575 milliseconds

12345678