Searched refs:zpool_read_label (Results 1 – 5 of 5) sorted by relevance
92 if (zpool_read_label(h->fd, &h->config) != 0 || in fstyp_mod_ident()
233 zpool_read_label;
867 zpool_read_label(int fd, nvlist_t **config) in zpool_read_label() function1076 if ((zpool_read_label(fd, &config)) != 0) { in zpool_open_func()1543 if (zpool_read_label(fd, &config) != 0) { in zpool_in_use()
749 extern int zpool_read_label(int, nvlist_t **);
1004 zpool_read_label(fd, &label) != 0) { in is_spare()