Searched refs:dmu_object_type_t (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap.h134 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot,
135 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
136 uint64_t zap_create_norm(objset_t *ds, int normflags, dmu_object_type_t ot,
137 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
139 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
140 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
141 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot,
154 int zap_create_claim(objset_t *ds, uint64_t obj, dmu_object_type_t ot,
155 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
157 int normflags, dmu_object_type_t o
[all...]
H A Ddmu.h231 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type
346 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot,
347 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx);
348 int dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot,
349 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx);
350 int dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot,
351 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *txp);
442 int dmu_set_bonustype(dmu_buf_t *, dmu_object_type_t, dmu_tx_t *);
443 dmu_object_type_t dmu_get_bonustype(dmu_buf_t *);
773 dmu_object_type_t doi_typ
[all...]
H A Ddnode.h129 uint8_t dn_type; /* dmu_object_type_t */
174 dmu_object_type_t dn_type; /* object type */
280 void dnode_setbonus_type(dnode_t *dn, dmu_object_type_t, dmu_tx_t *tx);
292 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
293 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
294 void dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
295 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
H A Ddmu_impl.h308 void dmu_object_zapify(objset_t *, uint64_t, dmu_object_type_t, dmu_tx_t *);
H A Dzfs_ioctl.h176 dmu_object_type_t drr_type;
177 dmu_object_type_t drr_bonustype;
195 dmu_object_type_t drr_type;
H A Dzio.h317 dmu_object_type_t zp_type;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_object.c35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize,
36 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
96 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot,
97 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
116 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot,
117 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
183 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type,
212 dmu_object_type_t t;
H A Dzap_micro.c663 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot,
664 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
672 dmu_object_type_t ot,
673 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
685 zap_create(objset_t *os, dmu_object_type_t ot,
686 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
692 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot,
693 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
703 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
704 dmu_object_type_t bonustyp
[all...]
H A Dsa.c134 static void *sa_find_idx_tab(objset_t *os, dmu_object_type_t bonustype,
659 dmu_object_type_t bonustype;
1167 sa_attr_iter(objset_t *os, sa_hdr_phys_t *hdr, dmu_object_type_t type,
1272 dmu_object_type_t bonustype = SA_BONUSTYPE_FROM_DB(db);
1488 sa_find_idx_tab(objset_t *os, dmu_object_type_t bonustype, void *data)
1794 dmu_object_type_t bonustype;
H A Ddmu.c256 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx)
278 dmu_object_type_t
283 dmu_object_type_t type;
1866 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET;
H A Ddnode.c373 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx)
539 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
540 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
622 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
623 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
H A Dzfs_znode.c548 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl)
606 dmu_object_type_t obj_type, sa_handle_t *hdl)
775 dmu_object_type_t obj_type;
H A Ddnode_sync.c137 dmu_object_type_t type = BP_GET_TYPE(bp);
H A Ddmu_send.c276 dump_write(dmu_sendarg_t *dsp, dmu_object_type_t type,
601 dmu_object_type_t type = bp ? BP_GET_TYPE(bp) : DMU_OT_NONE;
1970 deduce_nblkptr(dmu_object_type_t bonus_type, uint64_t bonus_size)
H A Ddsl_scan.c225 dmu_object_type_t ot = 0;
H A Dzap.c967 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj,
H A Dzfs_acl.c1171 dmu_object_type_t otype;
H A Dzfs_vfsops.c565 zfs_space_delta_cb(dmu_object_type_t bonustype, void *data,
H A Ddbuf.c1956 dmu_object_type_t type;
H A Dspa.c1907 dmu_object_type_t type = BP_GET_TYPE(bp);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c107 space_delta_cb(dmu_object_type_t bonustype, void *data,
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h879 uint8_t dn_type; /* dmu_object_type_t */
963 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c268 dmu_object_type_t od_type;
269 dmu_object_type_t od_crtype;
2255 dmu_object_type_t type, uint64_t blocksize, uint64_t gen)
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2377 dmu_object_type_t type)
2509 dmu_object_type_t type;

Completed in 396 milliseconds