Searched refs:zpool_read_label (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
| H A D | zutil_import_os.c | 208 if (zpool_read_label(fd, &config, &num_labels) != 0) in zpool_open_func()
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | libzutil.h | 93 _LIBZUTIL_H int zpool_read_label(int, nvlist_t **, int *);
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | mount_zfs.c | 67 if (zpool_read_label(fd, &cfg, NULL) == 0) { in parse_dataset()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 285 if (zpool_read_label(fd, &config, NULL) != 0) in zpool_in_use()
|
| H A D | libzfs.abi | 625 …<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 D | zfsd_event.cc | 193 if (zpool_read_label(devFd, &devLabel, &nlabels) != 0) in ReadLabel()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_import_os.c | 169 error = zpool_read_label(fd, &config, &num_labels); in zpool_open_func()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 358 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 D | zfs_mod.c | 1097 if (zpool_read_label(fd, &label, NULL) == 0 && in zfsdle_vdev_online()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 221 zpool_read_label(fd, &label, NULL) != 0) { in is_spare()
|
| H A D | zpool_main.c | 1887 if (zpool_read_label(fd, &config, NULL) != 0) { in zpool_do_labelclear()
|