Home
last modified time | relevance | path

Searched refs:dnodesize (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c48 int dnodesize, dmu_tx_t *tx) in dmu_object_alloc_impl() argument
54 int dn_slots = dnodesize >> DNODE_SHIFT; in dmu_object_alloc_impl()
219 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in dmu_object_alloc_dnsize() argument
222 bonuslen, dnodesize, tx)); in dmu_object_alloc_dnsize()
236 int dnodesize, dmu_tx_t *tx) in dmu_object_claim_dnsize() argument
239 int dn_slots = dnodesize >> DNODE_SHIFT; in dmu_object_claim_dnsize()
272 int blocksize, dmu_object_type_t bonustype, int bonuslen, int dnodesize, in dmu_object_reclaim_dnsize() argument
276 int dn_slots = dnodesize >> DNODE_SHIFT; in dmu_object_reclaim_dnsize()
H A Dzfs_replay.c293 uint64_t dnodesize; in zfs_replay_create_acl() local
320 dnodesize = LR_FOID_GET_SLOTS(lr->lr_foid) << DNODE_SHIFT; in zfs_replay_create_acl()
336 xva.xva_vattr.va_fsid = dnodesize; in zfs_replay_create_acl()
338 error = dnode_try_claim(zfsvfs->z_os, objid, dnodesize >> DNODE_SHIFT); in zfs_replay_create_acl()
454 int dnodesize = LR_FOID_GET_SLOTS(lr->lr_foid) << DNODE_SHIFT; in zfs_replay_create() local
470 xva.xva_vattr.va_fsid = dnodesize; in zfs_replay_create()
472 error = dnode_try_claim(zfsvfs->z_os, objid, dnodesize >> DNODE_SHIFT); in zfs_replay_create()
H A Dzap_micro.c698 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in zap_create_claim_dnsize() argument
701 0, ot, bonustype, bonuslen, dnodesize, tx)); in zap_create_claim_dnsize()
716 int dnodesize, dmu_tx_t *tx) in zap_create_claim_norm_dnsize() argument
721 dnodesize, tx); in zap_create_claim_norm_dnsize()
737 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in zap_create_dnsize() argument
740 dnodesize, tx)); in zap_create_dnsize()
754 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in zap_create_norm_dnsize() argument
757 dnodesize, tx); in zap_create_norm_dnsize()
776 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in zap_create_flags_dnsize() argument
779 dnodesize, tx); in zap_create_flags_dnsize()
H A Dzfs_znode.c816 int dnodesize; in zfs_mknode() local
829 dnodesize = vap->va_fsid; /* ditto */ in zfs_mknode()
834 dnodesize = dmu_objset_dnodesize(zfsvfs->z_os); in zfs_mknode()
837 if (dnodesize == 0) in zfs_mknode()
838 dnodesize = DNODE_MIN_SIZE; in zfs_mknode()
842 DN_BONUS_SIZE(dnodesize) : ZFS_OLD_ZNODE_PHYS_SIZE; in zfs_mknode()
857 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode()
861 obj_type, bonuslen, dnodesize, tx); in zfs_mknode()
867 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode()
871 obj_type, bonuslen, dnodesize, tx); in zfs_mknode()
[all …]
H A Dsa.c656 int dnodesize; in sa_build_layouts() local
670 dmu_object_dnsize_from_db(hdl->sa_bonus, &dnodesize); in sa_build_layouts()
671 bonuslen = DN_BONUS_SIZE(dnodesize); in sa_build_layouts()
H A Dzap.c986 const char *name, int dnodesize, dmu_tx_t *tx) in zap_create_link_dnsize() argument
991 dnodesize, tx)) > 0); in zap_create_link_dnsize()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend_realloc_dnode_size.ksh64 log_must zfs create -o dnodesize=1k $POOL/fs
74 log_must zfs set dnodesize=legacy $POOL/fs
86 log_must zfs set dnodesize=2k $POOL/fs
H A Dsend_encrypted_freeobjects.ksh74 log_must zfs create -o xattr=on -o dnodesize=legacy -o encryption=on \
H A Dsend_freeobjects.ksh53 log_must zfs create -o xattr=sa -o dnodesize=legacy $POOL/$sendds
H A Dsend_realloc_files.ksh65 rand_set_prop $POOL/fs dnodesize "legacy" "auto" "4k"
H A Dsend_realloc_encrypted_files.ksh74 rand_set_prop $POOL/fs dnodesize "legacy" "auto" "4k"
H A Dsend_spill_block.ksh52 log_must zfs set dnodesize=legacy $POOL/fs
H A Drsend_012_pos.ksh135 rand_set_prop $fs dnodesize "legacy" "auto" "1k" "2k" "4k" "8k" "16k"
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h125 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx);
130 int dnodesize, dmu_tx_t *tx);
137 int dnodesize, dmu_tx_t *tx);
141 uint64_t parent_obj, const char *name, int dnodesize, dmu_tx_t *tx);
156 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx);
162 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx);
H A Ddmu.h415 int dnodesize, dmu_tx_t *tx);
418 int dnodesize, dmu_tx_t *tx);
421 int bonuslen, int dnodesize, boolean_t keep_spill, dmu_tx_t *txp);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/large_dnode/
H A Dlarge_dnode_007_neg.ksh67 log_mustnot zfs set dnodesize=$val $LGCYFS
H A Dlarge_dnode_004_neg.ksh61 log_must zfs create -o dnodesize=1k $TEST_FS
H A Dlarge_dnode_003_pos.ksh54 log_must zfs create -o dnodesize=1k $LDNFS
H A Dlarge_dnode_005_pos.ksh59 log_must zfs create -o dnodesize=1k $TEST_SEND_FS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh61 aclmode aclinherit rollback clone rename promote dnodesize \
H A Dzfs_allow_010_pos.ksh62 dnodesize true false \
H A Ddelegate_common.kshlib252 dnodesize)
1115 user_run $user zfs set dnodesize=$value $fs
1116 if [[ $value != $(get_prop dnodesize $fs) ]]; then
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1448 uint64_t dnodesize, uint64_t offset, uint64_t gen, uint64_t txg, in ztest_bt_generate() argument
1454 bt->bt_dnodesize = dnodesize; in ztest_bt_generate()
1463 uint64_t dnodesize, uint64_t offset, uint64_t gen, uint64_t txg, in ztest_bt_verify() argument
1469 ASSERT3U(bt->bt_dnodesize, ==, dnodesize); in ztest_bt_verify()
1969 uint64_t txg, lrtxg, crtxg, dnodesize; in ztest_replay_setattr() local
1992 dnodesize = bbt->bt_dnodesize; in ztest_replay_setattr()
2011 ztest_bt_verify(bbt, os, lr->lr_foid, dnodesize, -1ULL, lr->lr_mode, in ztest_replay_setattr()
2021 ztest_bt_generate(bbt, os, lr->lr_foid, dnodesize, -1ULL, lr->lr_mode, in ztest_replay_setattr()
2495 dmu_object_type_t type, uint64_t blocksize, uint64_t dnodesize, in ztest_od_init() argument
2503 od->od_crdnodesize = dnodesize ? dnodesize : ztest_random_dnodesize(); in ztest_od_init()