Home
last modified time | relevance | path

Searched refs:allocated_dnode (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c49 int dnodesize, dnode_t **allocated_dnode, const 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, const 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 Dzap_micro.c869 dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) in zap_create_impl() argument
875 if (allocated_dnode == NULL) { in zap_create_impl()
885 allocated_dnode, tag, tx); in zap_create_impl()
886 mzap_create_impl(*allocated_dnode, normflags, flags, tx); in zap_create_impl()
1001 dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) in zap_create_hold() argument
1005 allocated_dnode, tag, tx)); in zap_create_hold()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap.h142 dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx);
H A Ddmu.h422 int bonuslen, int dnodesize, dnode_t **allocated_dnode, const void *tag,