Searched refs:fsavl_find (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 1047 nvlist_t *nvfs = fsavl_find(sdd->fsavl, in dump_snapshot() 1276 nvlist_t *origin_nv = fsavl_find(sdd->fsavl, in dump_filesystems() 1310 parent_nv = fsavl_find(sdd->fsavl, parent_guid, NULL); in dump_filesystems() 1319 nvlist_t *origin_nv = fsavl_find(sdd->fsavl, in dump_filesystems() 3043 nvfs = fsavl_find(avl, guid1, &snapname); in created_before() 3050 nvfs = fsavl_find(avl, guid2, &snapname); in created_before() 3276 stream_nvfs = fsavl_find(stream_avl, thisguid, NULL); in recv_incremental_replication() 3293 origin_nvfs = fsavl_find(local_avl, originguid, in recv_incremental_replication() 3328 found = fsavl_find(stream_avl, thisguid, in recv_incremental_replication() 3461 parent = fsavl_find(local_avl, in recv_incremental_replication() [all …]
|