Searched defs:integer_size (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_micro.c | 958 uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup() 966 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_impl() 1006 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_norm() 1046 uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_by_dnode() 1054 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_norm_by_dnode() 1127 uint64_t *integer_size, uint64_t *num_integers) in zap_length() 1160 int key_numints, uint64_t *integer_size, uint64_t *num_integers) in zap_length_uint64() 1224 int integer_size, uint64_t num_integers, in zap_add_impl() 1263 int integer_size, uint64_t num_integers, in zap_add() 1279 int integer_size, uint64_t num_integers, in zap_add_by_dnode() [all …]
|
| H A D | zap.c | 759 fzap_checksize(uint64_t integer_size, uint64_t num_integers) in fzap_checksize() 779 fzap_check(zap_name_t *zn, uint64_t integer_size, uint64_t num_integers) in fzap_check() 792 uint64_t integer_size, uint64_t num_integers, void *buf, in fzap_lookup() 826 uint64_t integer_size, uint64_t num_integers, in fzap_add_cd() 878 uint64_t integer_size, uint64_t num_integers, in fzap_add() 891 int integer_size, uint64_t num_integers, const void *val, in fzap_update() 936 uint64_t *integer_size, uint64_t *num_integers) in fzap_length()
|
| H A D | zap_leaf.c | 222 int integer_size, int num_integers) in zap_leaf_array_create() 473 uint8_t integer_size, uint64_t num_integers, void *buf) in zap_entry_read() 514 uint8_t integer_size, uint64_t num_integers, const void *buf) in zap_entry_update() 555 uint8_t integer_size, uint64_t num_integers, const void *buf, in zap_entry_create()
|
| /freebsd-13.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 2521 uint64_t integer_size, uint64_t num_integers, void *buf) in fzap_leaf_array() 2558 fzap_check_size(uint64_t integer_size, uint64_t num_integers) in fzap_check_size() 2665 uint64_t integer_size, uint64_t num_integers, void *value) in zap_leaf_lookup() 2708 const char *name, uint64_t integer_size, uint64_t num_integers, in fzap_lookup() 2745 uint64_t integer_size, uint64_t num_integers, void *value) in zap_lookup()
|