Searched refs:allocated_dnode (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 49 int dnodesize, dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in dmu_object_alloc_impl() argument 89 if (allocated_dnode != NULL) { in dmu_object_alloc_impl() 201 if (allocated_dnode != NULL) in dmu_object_alloc_impl() 202 *allocated_dnode = dn; in dmu_object_alloc_impl() 258 int dnodesize, dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in dmu_object_alloc_hold() argument 261 bonustype, bonuslen, dnodesize, allocated_dnode, tag, tx)); in dmu_object_alloc_hold()
|
| H A D | zap_micro.c | 730 dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in zap_create_impl() argument 736 if (allocated_dnode == NULL) { in zap_create_impl() 746 allocated_dnode, tag, tx); in zap_create_impl() 747 mzap_create_impl(*allocated_dnode, normflags, flags, tx); in zap_create_impl() 862 dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in zap_create_hold() argument 866 allocated_dnode, tag, tx)); in zap_create_hold()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zap.h | 137 dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx);
|
| H A D | dmu.h | 413 int bonuslen, int dnodesize, dnode_t **allocated_dnode, void *tag,
|