Searched defs:integer_size (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_micro.c | 1112 uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup() 1120 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_impl() 1163 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_norm() 1218 uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_by_dnode() 1226 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_norm_by_dnode() 1288 int key_numints, uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_uint64_impl() 1305 int key_numints, uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_uint64() 1321 int key_numints, uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_uint64_by_dnode() 1347 uint64_t *integer_size, uint64_t *num_integers) in zap_length() 1381 int key_numints, uint64_t *integer_size, uint64_t *num_integers) in zap_length_uint64() [all …]
|
H A D | zap_leaf.c | 214 int integer_size, int num_integers) in zap_leaf_array_create() 510 uint8_t integer_size, uint64_t num_integers, void *buf) in zap_entry_read() 551 uint8_t integer_size, uint64_t num_integers, const void *buf) in zap_entry_update() 593 uint8_t integer_size, uint64_t num_integers, const void *buf, in zap_entry_create()
|
H A D | zap.c | 847 fzap_checksize(uint64_t integer_size, uint64_t num_integers) in fzap_checksize() 867 fzap_check(zap_name_t *zn, uint64_t integer_size, uint64_t num_integers) in fzap_check() 880 uint64_t integer_size, uint64_t num_integers, void *buf, in fzap_lookup() 914 uint64_t integer_size, uint64_t num_integers, in fzap_add_cd() 962 uint64_t integer_size, uint64_t num_integers, in fzap_add() 975 int integer_size, uint64_t num_integers, const void *val, in fzap_update() 1024 uint64_t *integer_size, uint64_t *num_integers) in fzap_length()
|
H A D | vdev.c | 6181 uint64_t integer_size, num_integers; in vdev_prop_get() local
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 2502 uint64_t integer_size, uint64_t num_integers, void *buf) in fzap_leaf_array() 2539 fzap_check_size(uint64_t integer_size, uint64_t num_integers) in fzap_check_size() 2646 uint64_t integer_size, uint64_t num_integers, void *value) in zap_leaf_lookup() 2689 const char *name, uint64_t integer_size, uint64_t num_integers, in fzap_lookup() 2726 uint64_t integer_size, uint64_t num_integers, void *value) in zap_lookup()
|