Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3300 char pool_path[MAXNAMELEN]; in zfs_create() local
3301 (void) strlcpy(pool_path, path, sizeof (pool_path)); in zfs_create()
3304 char *p = strchr(pool_path, '/'); in zfs_create()
3308 zpool_handle_t *zpool_handle = zpool_open(hdl, pool_path); in zfs_create()