Searched refs:confset (Results 1 – 5 of 5) sorted by relevance
902 confset_init(struct confset *cs) in confset_init()910 confset_grow(struct confset *cs) in confset_grow()925 confset_get(struct confset *cs) in confset_get()931 confset_full(const struct confset *cs) in confset_full()937 confset_sort(struct confset *cs) in confset_sort()943 confset_add(struct confset *cs) in confset_add()949 confset_free(struct confset *cs) in confset_free()956 confset_replace(struct confset *dc, struct confset *sc) in confset_replace()958 struct confset tc; in confset_replace()966 confset_list(const struct confset *cs, const char *msg, const char *where) in confset_list()[all …]
46 struct confset lconf, rconf;
44 extern struct confset rconf, lconf;
49 struct confset { struct
600 typeset confset=602 for confset in $($ZFS list); do603 if [[ $dataset = $confset ]]; then