Home
last modified time | relevance | path

Searched refs:zpool_read_label (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c208 if (zpool_read_label(fd, &config, &num_labels) != 0) in zpool_open_func()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzutil.h93 _LIBZUTIL_H int zpool_read_label(int, nvlist_t **, int *);
/freebsd/sys/contrib/openzfs/cmd/
H A Dmount_zfs.c67 if (zpool_read_label(fd, &cfg, NULL) == 0) { in parse_dataset()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c285 if (zpool_read_label(fd, &config, NULL) != 0) in zpool_in_use()
H A Dlibzfs.abi625 …<elf-symbol name='zpool_read_label' type='func-type' binding='global-binding' visibility='default-…
5549 …l name='zpool_read_label' mangled-name='zpool_read_label' visibility='default' binding='global' si…
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc193 if (zpool_read_label(devFd, &devLabel, &nlabels) != 0) in ReadLabel()
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c169 error = zpool_read_label(fd, &config, &num_labels); in zpool_open_func()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c358 if (zpool_read_label(fd, &label, &num_labels) == 0 && label != NULL) { in aux_path_active()
1082 zpool_read_label(int fd, nvlist_t **config, int *num_labels) in zpool_read_label() function
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c1097 if (zpool_read_label(fd, &label, NULL) == 0 && in zfsdle_vdev_online()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c221 zpool_read_label(fd, &label, NULL) != 0) { in is_spare()
H A Dzpool_main.c1887 if (zpool_read_label(fd, &config, NULL) != 0) { in zpool_do_labelclear()