Searched refs:Dataset (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/pyzfs/common/
H A Ddataset.py25 """Implements the Dataset class, providing methods for manipulating ZFS
87 class Dataset(object): class in inherits:object
152 """Return a Dataset representing the parent of this one."""
153 return Dataset(self.name[:self.name.rindex("/")])
164 ds = Dataset(name, props)
189 """Add to the "zfs allow"-ed permissions on this Dataset.
200 """Get the "zfs allow"-ed permissions on the Dataset.
207 """Get the user holds on this Dataset.
220 ds = Dataset(dsname)
227 parent = Dataset(bas
[all...]
H A Dallow.py235 ds (Dataset)."""
327 ds = zfs.dataset.Dataset(sys.argv[2], snaps=False)
392 ds = zfs.dataset.Dataset(fsname, snaps=False)
H A Duserspace.py104 information from this elem from Dataset.userspace(prop)."""
203 ds = zfs.dataset.Dataset(dsname, types=("filesystem"))
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh625 With Zone Dataset Aliasing, ZFS datasets that are delegated to

Completed in 37 milliseconds