| zap_impl.h | 193 } zap_name_t; typedef in typeref:struct:zap_name 198 boolean_t zap_match(zap_name_t *zn, const char *matchname); 203 zap_name_t *zap_name_alloc(zap_t *zap, const char *key, matchtype_t mt); 204 void zap_name_free(zap_name_t *zn); 213 int fzap_lookup(zap_name_t *zn, 216 void fzap_prefetch(zap_name_t *zn); 217 int fzap_count_write(zap_name_t *zn, int add, refcount_t *towrite, 219 int fzap_add(zap_name_t *zn, uint64_t integer_size, uint64_t num_integers, 221 int fzap_update(zap_name_t *zn, 224 int fzap_length(zap_name_t *zn [all...] |