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

12

/illumos-gate/usr/src/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.h232 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type
343 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot,
344 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx);
345 int dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot,
346 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx);
347 int dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot,
348 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *txp);
439 int dmu_set_bonustype(dmu_buf_t *, dmu_object_type_t, dmu_tx_t *);
440 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 */
278 void dnode_setbonus_type(dnode_t *dn, dmu_object_type_t, dmu_tx_t *tx);
290 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
291 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
292 void dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
293 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
H A Ddmu_impl.h305 void dmu_object_zapify(objset_t *, uint64_t, dmu_object_type_t, dmu_tx_t *);
H A Dzfs_ioctl.h191 dmu_object_type_t drr_type;
192 dmu_object_type_t drr_bonustype;
208 dmu_object_type_t drr_type;
H A Dzio.h293 dmu_object_type_t zp_type;
/illumos-gate/usr/src/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)
105 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot,
106 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
125 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot,
126 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
192 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type,
221 dmu_object_type_t t;
H A Dzap_micro.c669 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot,
670 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
678 dmu_object_type_t ot,
679 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
691 zap_create(objset_t *os, dmu_object_type_t ot,
692 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
698 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot,
699 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
709 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
710 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;
1164 sa_attr_iter(objset_t *os, sa_hdr_phys_t *hdr, dmu_object_type_t type,
1269 dmu_object_type_t bonustype = SA_BONUSTYPE_FROM_DB(db);
1487 sa_find_idx_tab(objset_t *os, dmu_object_type_t bonustype, void *data)
1793 dmu_object_type_t bonustype;
H A Ddmu.c252 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx)
274 dmu_object_type_t
279 dmu_object_type_t type;
1802 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET;
H A Ddnode.c368 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx)
533 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
534 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
616 dnode_reallocate(dnode_t *dn, dmu_object_type_t ot, int blocksize,
617 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
H A Dzfs_znode.c576 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl)
625 dmu_object_type_t obj_type, sa_handle_t *hdl)
776 dmu_object_type_t obj_type;
H A Ddnode_sync.c137 dmu_object_type_t type = BP_GET_TYPE(bp);
H A Ddmu_send.c251 dump_write(dmu_sendarg_t *dsp, dmu_object_type_t type,
595 dmu_object_type_t type = bp ? BP_GET_TYPE(bp) : DMU_OT_NONE;
1999 deduce_nblkptr(dmu_object_type_t bonus_type, uint64_t bonus_size)
H A Ddsl_scan.c189 dmu_object_type_t ot = 0;
H A Dzap.c975 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj,
H A Dzfs_vfsops.c571 zfs_space_delta_cb(dmu_object_type_t bonustype, void *data,
H A Dzfs_acl.c1185 dmu_object_type_t otype;
H A Ddbuf.c1968 dmu_object_type_t type;
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h150 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c107 space_delta_cb(dmu_object_type_t bonustype, void *data,
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h892 uint8_t dn_type; /* dmu_object_type_t */
1025 } dmu_object_type_t; typedef in typeref:enum:dmu_object_type
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c264 dmu_object_type_t od_type;
265 dmu_object_type_t od_crtype;
2251 dmu_object_type_t type, uint64_t blocksize, uint64_t gen)
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2301 dmu_object_type_t type)
2431 dmu_object_type_t type;
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2666 dmu_object_type_t t;

Completed in 747 milliseconds

12