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

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c265 * get_zfs_dataset(impl_handle, path)
273 get_zfs_dataset(sa_handle_impl_t impl_handle, char *path, function
378 dataset = get_zfs_dataset((sa_handle_t)sahandle, path, B_FALSE);
948 dataset = get_zfs_dataset(impl_handle, path, B_FALSE);
1065 dataset = get_zfs_dataset(impl_handle, path, B_FALSE);
1134 dataset = get_zfs_dataset(
1287 * If get_zfs_dataset fails, see if it is a subdirectory
1291 while ((dataset = get_zfs_dataset(sahandle, pathp, B_TRUE)) == NULL) {
1553 if ((dataset = get_zfs_dataset(handle, path, B_FALSE)) == NULL)

Completed in 67 milliseconds