Lines Matching defs:poolname
3316 zfs_ioc_snapshot(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl)
3324 if ((error = zfs_check_userprops(poolname, props)) != 0)
3328 zfs_earlier_version(poolname, SPA_VERSION_SNAP_PROPS))
3333 poollen = strlen(poolname);
3350 if (strncmp(name, poolname, poollen) != 0 ||
3378 char *poolname;
3381 * The poolname in the ioctl is not set, we get it from the TSD,
3387 poolname = tsd_get(zfs_allow_log_key);
3389 error = spa_open(poolname, &spa, FTAG);
3390 strfree(poolname);
3492 zfs_ioc_destroy_snaps(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl)
3523 zfs_ioc_bookmark(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl)
3573 zfs_ioc_destroy_bookmarks(const char *poolname, nvlist_t *innvl,
3578 poollen = strlen(poolname);
3595 if (strncmp(name, poolname, poollen) != 0 ||
6250 char *poolname = arg;
6251 strfree(poolname);