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
560 VERIFY(0 == nvpair_value_nvlist(fselem, &nvfs)); in fsavl_create()
561 VERIFY(0 == nvlist_lookup_nvlist(nvfs, "snaps", &snaps)); in fsavl_create()
573 fn->fn_nvfs = nvfs; in fsavl_create()
817 nvlist_t *nvfs = NULL, *nv = NULL; in send_iterate_fs() local
862 VERIFY(0 == nvlist_alloc(&nvfs, NV_UNIQUE_NAME, 0)); in send_iterate_fs()
863 VERIFY(0 == nvlist_add_string(nvfs, "name", zhp->zfs_name)); in send_iterate_fs()
864 VERIFY(0 == nvlist_add_uint64(nvfs, "parentfromsnap", in send_iterate_fs()
874 VERIFY(0 == nvlist_add_uint64(nvfs, "origin", in send_iterate_fs()
894 VERIFY(0 == nvlist_add_boolean(nvfs, "is_encroot")); in send_iterate_fs()
[all …]