/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_object.c | 48 int indirect_blockshift, dmu_object_type_t bonustype, int bonuslen, in dmu_object_alloc_impl() argument 227 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in dmu_object_alloc() argument 235 int indirect_blockshift, dmu_object_type_t bonustype, int bonuslen, in dmu_object_alloc_ibs() argument 244 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in dmu_object_alloc_dnsize() argument 257 int indirect_blockshift, dmu_object_type_t bonustype, int bonuslen, in dmu_object_alloc_hold() argument 266 dmu_object_claim(objset_t * os,uint64_t object,dmu_object_type_t ot,int blocksize,dmu_object_type_t bonustype,int bonuslen,dmu_tx_t * tx) dmu_object_claim() argument 274 dmu_object_claim_dnsize(objset_t * os,uint64_t object,dmu_object_type_t ot,int blocksize,dmu_object_type_t bonustype,int bonuslen,int dnodesize,dmu_tx_t * tx) dmu_object_claim_dnsize() argument 304 dmu_object_reclaim(objset_t * os,uint64_t object,dmu_object_type_t ot,int blocksize,dmu_object_type_t bonustype,int bonuslen,dmu_tx_t * tx) dmu_object_reclaim() argument 312 dmu_object_reclaim_dnsize(objset_t * os,uint64_t object,dmu_object_type_t ot,int blocksize,dmu_object_type_t bonustype,int bonuslen,int dnodesize,boolean_t keep_spill,dmu_tx_t * tx) dmu_object_reclaim_dnsize() argument [all...] |
H A D | zap_micro.c | 743 zap_create_impl(objset_t * os,int normflags,zap_flags_t flags,dmu_object_type_t ot,int leaf_blockshift,int indirect_blockshift,dmu_object_type_t bonustype,int bonuslen,int dnodesize,dnode_t ** allocated_dnode,const void * tag,dmu_tx_t * tx) zap_create_impl() argument 769 zap_create_claim(objset_t * os,uint64_t obj,dmu_object_type_t ot,dmu_object_type_t bonustype,int bonuslen,dmu_tx_t * tx) zap_create_claim() argument 777 zap_create_claim_dnsize(objset_t * os,uint64_t obj,dmu_object_type_t ot,dmu_object_type_t bonustype,int bonuslen,int dnodesize,dmu_tx_t * tx) zap_create_claim_dnsize() argument 786 zap_create_claim_norm(objset_t * os,uint64_t obj,int normflags,dmu_object_type_t ot,dmu_object_type_t bonustype,int bonuslen,dmu_tx_t * tx) zap_create_claim_norm() argument 794 zap_create_claim_norm_dnsize(objset_t * os,uint64_t obj,int normflags,dmu_object_type_t ot,dmu_object_type_t bonustype,int bonuslen,int dnodesize,dmu_tx_t * tx) zap_create_claim_norm_dnsize() argument 819 zap_create(objset_t * os,dmu_object_type_t ot,dmu_object_type_t bonustype,int bonuslen,dmu_tx_t * tx) zap_create() argument 826 zap_create_dnsize(objset_t * os,dmu_object_type_t ot,dmu_object_type_t bonustype,int bonuslen,int dnodesize,dmu_tx_t * tx) zap_create_dnsize() argument 834 zap_create_norm(objset_t * os,int normflags,dmu_object_type_t ot,dmu_object_type_t bonustype,int bonuslen,dmu_tx_t * tx) zap_create_norm() argument 842 zap_create_norm_dnsize(objset_t * os,int normflags,dmu_object_type_t ot,dmu_object_type_t bonustype,int bonuslen,int dnodesize,dmu_tx_t * tx) zap_create_norm_dnsize() argument 851 zap_create_flags(objset_t * os,int normflags,zap_flags_t flags,dmu_object_type_t ot,int leaf_blockshift,int indirect_blockshift,dmu_object_type_t bonustype,int bonuslen,dmu_tx_t * tx) zap_create_flags() argument 860 zap_create_flags_dnsize(objset_t * os,int normflags,zap_flags_t flags,dmu_object_type_t ot,int leaf_blockshift,int indirect_blockshift,dmu_object_type_t bonustype,int bonuslen,int dnodesize,dmu_tx_t * tx) zap_create_flags_dnsize() argument 875 zap_create_hold(objset_t * os,int normflags,zap_flags_t flags,dmu_object_type_t ot,int leaf_blockshift,int indirect_blockshift,dmu_object_type_t bonustype,int bonuslen,int dnodesize,dnode_t ** allocated_dnode,const void * tag,dmu_tx_t * tx) zap_create_hold() argument [all...] |
H A D | zfs_quota.c | 41 zpl_get_file_info(dmu_object_type_t bonustype, const void *data, in zpl_get_file_info() argument
|
H A D | sa.c | 674 dmu_object_type_t bonustype; in sa_build_layouts() local 1279 dmu_object_type_t bonustype = SA_BONUSTYPE_FROM_DB(db); sa_build_index() local 1696 sa_find_idx_tab(objset_t * os,dmu_object_type_t bonustype,sa_hdr_phys_t * hdr) sa_find_idx_tab() argument 2001 dmu_object_type_t bonustype; sa_bulk_update_impl() local [all...] |
H A D | dnode.c | 700 dnode_allocate(dnode_t * dn,dmu_object_type_t ot,int blocksize,int ibs,dmu_object_type_t bonustype,int bonuslen,int dn_slots,dmu_tx_t * tx) dnode_allocate() argument 792 dnode_reallocate(dnode_t * dn,dmu_object_type_t ot,int blocksize,dmu_object_type_t bonustype,int bonuslen,int dn_slots,boolean_t keep_spill,dmu_tx_t * tx) dnode_reallocate() argument [all...] |
H A D | dmu_objset.c | 1883 dmu_get_file_info(objset_t * os,dmu_object_type_t bonustype,const void * data,zfs_file_info_t * zfi) dmu_get_file_info() argument
|
/freebsd-src/usr.sbin/makefs/zfs/ |
H A D | objset.c | 63 dnode_init(dnode_phys_t *dnode, uint8_t type, uint8_t bonustype, in dnode_init() 194 objset_dnode_bonus_alloc(zfs_objset_t *os, uint8_t type, uint8_t bonustype, in objset_dnode_bonus_alloc()
|
/freebsd-src/sys/contrib/openzfs/cmd/ |
H A D | zhack.c | 120 space_delta_cb(dmu_object_type_t bonustype, const void *data, in space_delta_cb() argument
|