Searched defs:integer_size (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap.c | 215 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_norm_by_dnode() 266 uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup() 274 uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_by_dnode() 282 uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_norm() 300 int key_numints, uint64_t integer_size, uint64_t num_integers, void *buf, in zap_lookup_length_uint64_by_dnode() 324 int key_numints, uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_uint64() 338 int key_numints, uint64_t integer_size, uint64_t num_integers, void *buf) in zap_lookup_uint64_by_dnode() 460 int integer_size, uint64_t num_integers, in zap_add_by_dnode() 500 int integer_size, uint64_t num_integers, in zap_add() 516 int key_numints, int integer_size, uint64_t num_integers, in zap_add_uint64_by_dnode() [all …]
|
| H A D | zap_fat.c | 807 fzap_checksize(uint64_t integer_size, uint64_t num_integers) in fzap_checksize() 827 fzap_check(zap_name_t *zn, uint64_t integer_size, uint64_t num_integers) in fzap_check() 840 uint64_t integer_size, uint64_t num_integers, void *buf, in fzap_lookup() 876 fzap_add_cd(zap_name_t *zn, uint64_t integer_size, uint64_t num_integers, in fzap_add_cd() 922 fzap_add(zap_name_t *zn, uint64_t integer_size, uint64_t num_integers, in fzap_add() 934 fzap_update(zap_name_t *zn, int integer_size, uint64_t num_integers, in fzap_update() 982 uint64_t *integer_size, uint64_t *num_integers) in fzap_length()
|
| H A D | zap_leaf.c | 204 int integer_size, int num_integers) in zap_leaf_array_create() 500 uint8_t integer_size, uint64_t num_integers, void *buf) in zap_entry_read() 541 uint8_t integer_size, uint64_t num_integers, const void *buf) in zap_entry_update() 583 uint8_t integer_size, uint64_t num_integers, const void *buf, in zap_entry_create()
|
| H A D | vdev.c | 6572 uint64_t integer_size, num_integers; in vdev_prop_get() local
|
| /freebsd/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 2636 uint64_t integer_size, uint64_t num_integers, void *buf) in fzap_leaf_array() 2673 fzap_check_size(uint64_t integer_size, uint64_t num_integers) in fzap_check_size() 2780 uint64_t integer_size, uint64_t num_integers, void *value) in zap_leaf_lookup() 2823 const char *name, uint64_t integer_size, uint64_t num_integers, in fzap_lookup() 2860 uint64_t integer_size, uint64_t num_integers, void *value) in zap_lookup()
|