Home
last modified time | relevance | path

Searched refs:DatasetNotFound (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py81 raise lzc_exc.DatasetNotFound(name)
451 raise lzc_exc.DatasetNotFound(snapname)
644 raise lzc_exc.DatasetNotFound(name)
655 raise lzc_exc.DatasetNotFound(name)
665 raise lzc_exc.DatasetNotFound(name)
689 raise lzc_exc.DatasetNotFound(name)
H A Dexceptions.py89 class DatasetNotFound(ZFSError): class
132 class FilesystemNotFound(DatasetNotFound):
162 class SnapshotNotFound(DatasetNotFound):
/freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py828 with self.assertRaises(lzc_exc.DatasetNotFound):
838 with self.assertRaises(lzc_exc.DatasetNotFound):
848 with self.assertRaises(lzc_exc.DatasetNotFound):
2085 with self.assertRaises(lzc_exc.DatasetNotFound):
2105 lzc_exc.DatasetNotFound,
2218 lzc_exc.DatasetNotFound,
2276 with self.assertRaises(lzc_exc.DatasetNotFound):
3749 with self.assertRaises(lzc_exc.DatasetNotFound):
3780 with self.assertRaises(lzc_exc.DatasetNotFound):
3828 with self.assertRaises(lzc_exc.DatasetNotFound):
[all …]