Searched defs:num_integers (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zap_micro.c | 884 uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup() 892 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_impl() 932 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_norm() 950 uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_by_dnode() 958 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_norm_by_dnode() 998 int key_numints, uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_uint64() 1031 uint64_t *integer_size, uint64_t *num_integers) in zap_length() 1064 int key_numints, uint64_t *integer_size, uint64_t *num_integers) in zap_length_uint64() 1127 int integer_size, uint64_t num_integers, in zap_add_impl() 1165 int integer_size, uint64_t num_integers, in zap_add() [all …]
|
H A D | zap.c | 748 fzap_checksize(uint64_t integer_size, uint64_t num_integers) in fzap_checksize() 768 fzap_check(zap_name_t *zn, uint64_t integer_size, uint64_t num_integers) in fzap_check() 781 uint64_t integer_size, uint64_t num_integers, void *buf, in fzap_lookup() 815 uint64_t integer_size, uint64_t num_integers, in fzap_add_cd() 859 uint64_t integer_size, uint64_t num_integers, in fzap_add() 872 int integer_size, uint64_t num_integers, const void *val, in fzap_update() 917 uint64_t *integer_size, uint64_t *num_integers) in fzap_length()
|
H A D | zap_leaf.c | 224 int integer_size, int num_integers) in zap_leaf_array_create() 475 uint8_t integer_size, uint64_t num_integers, void *buf) in zap_entry_read() 516 uint8_t integer_size, uint64_t num_integers, const void *buf) in zap_entry_update() 557 uint8_t integer_size, uint64_t num_integers, const void *buf, in zap_entry_create()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 2527 uint64_t integer_size, uint64_t num_integers, void *buf) in fzap_leaf_array() 2564 fzap_check_size(uint64_t integer_size, uint64_t num_integers) in fzap_check_size() 2671 uint64_t integer_size, uint64_t num_integers, void *value) in zap_leaf_lookup() 2714 const char *name, uint64_t integer_size, uint64_t num_integers, in fzap_lookup() 2750 uint64_t integer_size, uint64_t num_integers, void *value) in zap_lookup()
|