Searched refs:allocated_dnode (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 40 int dnodesize, dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) in dmu_object_alloc_impl() argument 80 if (allocated_dnode != NULL) { in dmu_object_alloc_impl() 192 if (allocated_dnode != NULL) in dmu_object_alloc_impl() 193 *allocated_dnode = dn; in dmu_object_alloc_impl() 249 int dnodesize, dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) in dmu_object_alloc_hold() argument 252 bonustype, bonuslen, dnodesize, allocated_dnode, tag, tx)); in dmu_object_alloc_hold()
|
| H A D | zap.c | 36 dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) in zap_create_impl() argument 42 if (allocated_dnode == NULL) { in zap_create_impl() 52 allocated_dnode, tag, tx); in zap_create_impl() 53 mzap_create_impl(*allocated_dnode, normflags, flags, tx); in zap_create_impl() 115 dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) in zap_create_hold() argument 119 allocated_dnode, tag, tx)); in zap_create_hold()
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | mock_dmu.c | 377 int bonuslen, int dnodesize, dnode_t **allocated_dnode, in dmu_object_alloc_hold() argument 382 (void) allocated_dnode; (void) tag; (void) tx; in dmu_object_alloc_hold()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 140 dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx);
|
| H A D | dmu.h | 436 int bonuslen, int dnodesize, dnode_t **allocated_dnode, const void *tag,
|