Lines Matching refs:Dataset
25 """Implements the Dataset class, providing methods for manipulating ZFS
87 class Dataset(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(base)
230 yield Dataset(child.name + "@" +