Searched refs:zpool_read_label (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/lib/libzutil/common/ |
| H A D | libzutil.h | 79 extern int zpool_read_label(int, nvlist_t **, int *);
|
| H A D | mapfile-vers | 44 zpool_read_label;
|
| H A D | zutil_import.c | 908 zpool_read_label(int fd, nvlist_t **config, int *num_labels) in zpool_read_label() function 1133 error = zpool_read_label(fd, &config, &num_labels); in zpool_open_func()
|
| /illumos-gate/usr/src/cmd/fs.d/zfs/fstyp/ |
| H A D | fstyp.c | 95 if (zpool_read_label(h->fd, &h->config, &num_labels) != 0) { in fstyp_mod_ident()
|
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_import.c | 330 if (zpool_read_label(fd, &config, NULL) != 0 && errno == ENOMEM) { in zpool_in_use()
|
| /illumos-gate/usr/src/cmd/zpool/ |
| H A D | zpool_vdev.c | 1128 zpool_read_label(fd, &label, NULL) != 0) { in is_spare()
|
| H A D | zpool_main.c | 1027 if (zpool_read_label(fd, &config, NULL) != 0) { in zpool_do_labelclear()
|