Lines Matching refs:fsname
827 gather_nvlist(libzfs_handle_t *hdl, const char *fsname, const char *fromsnap, in gather_nvlist() argument
834 zhp = zfs_open(hdl, fsname, ZFS_TYPE_FILESYSTEM | ZFS_TYPE_VOLUME); in gather_nvlist()
1364 char *fsname; in dump_filesystems() local
1374 VERIFY(nvlist_lookup_string(fslist, "name", &fsname) == 0); in dump_filesystems()
1402 zhp = zfs_open(rzhp->zfs_hdl, fsname, ZFS_TYPE_DATASET); in dump_filesystems()
2288 char *fsname, *snapname; in created_before() local
2300 VERIFY(0 == nvlist_lookup_string(nvfs, "name", &fsname)); in created_before()
2301 (void) snprintf(buf, sizeof (buf), "%s@%s", fsname, snapname); in created_before()
2307 VERIFY(0 == nvlist_lookup_string(nvfs, "name", &fsname)); in created_before()
2308 (void) snprintf(buf, sizeof (buf), "%s@%s", fsname, snapname); in created_before()
2372 char *fsname, *stream_fsname; in recv_incremental_replication() local
2378 VERIFY(0 == nvlist_lookup_string(nvfs, "name", &fsname)); in recv_incremental_replication()
2411 (void) printf("promoting %s\n", fsname); in recv_incremental_replication()
2419 (void) strlcpy(zc.zc_name, fsname, in recv_incremental_replication()
2462 fsname, nvpair_name(snapelem)); in recv_incremental_replication()
2465 strlen(fsname)+1, newname, flags); in recv_incremental_replication()
2482 "%s@%s", fsname, nvpair_name(snapelem)); in recv_incremental_replication()
2498 fsname, nvpair_name(snapelem)); in recv_incremental_replication()
2500 fsname, stream_snapname); in recv_incremental_replication()
2503 strlen(fsname)+1, newname, flags); in recv_incremental_replication()
2519 error = recv_destroy(hdl, fsname, strlen(tofs)+1, in recv_incremental_replication()
2533 fsname, fromsnap); in recv_incremental_replication()
2543 s1 = strrchr(fsname, '/'); in recv_incremental_replication()
2554 ((flags->isprefix || strcmp(tofs, fsname) != 0) && in recv_incremental_replication()
2579 "not found\n", fsname); in recv_incremental_replication()
2585 error = recv_rename(hdl, fsname, tryname, in recv_incremental_replication()