Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c427 vfs_t *nvfs; in getflabel() local
465 nvfs = vfsp->vfs_next; in getflabel()
466 while (nvfs != vfsp) { in getflabel()
475 if (strncmp(vfssw[nvfs->vfs_fstype].vsw_name, in getflabel()
477 nvfs = nvfs->vfs_next; in getflabel()
481 rstr = refstr_value(nvfs->vfs_resource); in getflabel()
499 nvfs = nvfs->vfs_next; in getflabel()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c557 nvlist_t *nvfs, *snaps; in fsavl_create() local
573 fn->fn_nvfs = nvfs; in fsavl_create()
817 nvlist_t *nvfs = NULL, *nv = NULL; in send_iterate_fs() local
958 nvlist_free(nvfs); in send_iterate_fs()
1342 nvlist_t *nvfs = fsavl_find(sdd->fsavl, in dump_snapshot() local
1345 VERIFY(0 == nvlist_lookup_nvlist(nvfs, in dump_snapshot()
1500 nvlist_t *nvfs; in dump_filesystems() local
2625 nvlist_t *nvfs; in created_before() local
2637 nvfs = fsavl_find(avl, guid1, &snapname); in created_before()
2644 nvfs = fsavl_find(avl, guid2, &snapname); in created_before()
[all …]