| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 50 int dnodesize, dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) in dmu_object_alloc_impl() argument 56 int dn_slots = dnodesize >> DNODE_SHIFT; in dmu_object_alloc_impl() 245 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in dmu_object_alloc_dnsize() argument 248 bonuslen, dnodesize, NULL, NULL, tx)); in dmu_object_alloc_dnsize() 259 int dnodesize, dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx) in dmu_object_alloc_hold() argument 262 bonustype, bonuslen, dnodesize, allocated_dnode, tag, tx)); in dmu_object_alloc_hold() 276 int dnodesize, dmu_tx_t *tx) in dmu_object_claim_dnsize() argument 279 int dn_slots = dnodesize >> DNODE_SHIFT; in dmu_object_claim_dnsize() 313 int blocksize, dmu_object_type_t bonustype, int bonuslen, int dnodesize, in dmu_object_reclaim_dnsize() argument 317 int dn_slots = dnodesize >> DNODE_SHIFT; in dmu_object_reclaim_dnsize()
|
| H A D | zfs_replay.c | 310 uint64_t dnodesize; in zfs_replay_create_acl() local 340 dnodesize = LR_FOID_GET_SLOTS(lr->lr_foid) << DNODE_SHIFT; in zfs_replay_create_acl() 356 xva.xva_vattr.va_fsid = dnodesize; in zfs_replay_create_acl() 358 error = dnode_try_claim(zfsvfs->z_os, objid, dnodesize >> DNODE_SHIFT); in zfs_replay_create_acl() 472 uint64_t dnodesize; in zfs_replay_create() local 489 dnodesize = LR_FOID_GET_SLOTS(lr->lr_foid) << DNODE_SHIFT; in zfs_replay_create() 505 xva.xva_vattr.va_fsid = dnodesize; in zfs_replay_create() 507 error = dnode_try_claim(zfsvfs->z_os, objid, dnodesize >> DNODE_SHIFT); in zfs_replay_create() 773 uint64_t dnodesize; in zfs_replay_rename_whiteout() local 781 dnodesize = LR_FOID_GET_SLOTS(lrrw->lr_wfoid) << DNODE_SHIFT; in zfs_replay_rename_whiteout() [all …]
|
| H A D | zap_micro.c | 867 dmu_object_type_t bonustype, int bonuslen, int dnodesize, in zap_create_impl() argument 877 indirect_blockshift, bonustype, bonuslen, dnodesize, in zap_create_impl() 883 indirect_blockshift, bonustype, bonuslen, dnodesize, in zap_create_impl() 901 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in zap_create_claim_dnsize() argument 904 0, ot, bonustype, bonuslen, dnodesize, tx)); in zap_create_claim_dnsize() 919 int dnodesize, dmu_tx_t *tx) in zap_create_claim_norm_dnsize() argument 926 dnodesize, tx); in zap_create_claim_norm_dnsize() 950 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in zap_create_dnsize() argument 953 dnodesize, tx)); in zap_create_dnsize() 966 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in zap_create_norm_dnsize() argument [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_allow_012_neg.ksh | 63 rollback clone rename promote dnodesize \ 69 aclmode aclinherit rollback clone rename promote dnodesize \ 75 aclmode aclinherit rollback clone rename promote dnodesize \
|
| H A D | zfs_allow_010_pos.ksh | 74 dnodesize true false \ 110 dnodesize true false \ 143 dnodesize true false \
|
| H A D | delegate_common.kshlib | 230 dnodesize) 1121 user_run $user zfs set dnodesize=$value $fs 1122 if [[ $value != $(get_prop dnodesize $fs) ]]; then
|
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 127 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx); 132 int dnodesize, dmu_tx_t *tx); 139 int dnodesize, dmu_tx_t *tx); 142 dmu_object_type_t bonustype, int bonuslen, int dnodesize, 148 uint64_t parent_obj, const char *name, int dnodesize, dmu_tx_t *tx); 163 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx); 169 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx);
|
| H A D | dmu.h | 443 int dnodesize, dmu_tx_t *tx); 446 int bonuslen, int dnodesize, dnode_t **allocated_dnode, const void *tag, 452 int dnodesize, dmu_tx_t *tx); 457 int bonuslen, int dnodesize, boolean_t keep_spill, dmu_tx_t *tx);
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_realloc_dnode_size.ksh | 60 log_must zfs create -o dnodesize=1k $POOL/fs 70 log_must zfs set dnodesize=legacy $POOL/fs 82 log_must zfs set dnodesize=2k $POOL/fs
|
| H A D | send_encrypted_freeobjects.ksh | 75 log_must zfs create -o xattr=sa -o dnodesize=legacy -o encryption=on \
|
| H A D | send_freeobjects.ksh | 54 log_must zfs create -o xattr=sa -o dnodesize=legacy $POOL/$sendds
|
| H A D | send_realloc_files.ksh | 79 rand_set_prop $POOL/fs dnodesize "legacy" "auto" "4k"
|
| H A D | send_realloc_encrypted_files.ksh | 87 rand_set_prop $POOL/fs dnodesize "legacy" "auto" "4k"
|
| H A D | send_raw_spill_block.ksh | 57 log_must zfs set dnodesize=legacy $POOL/fs
|
| H A D | send_spill_block.ksh | 53 log_must zfs set dnodesize=legacy $POOL/fs
|
| H A D | rsend_012_pos.ksh | 113 rand_set_prop $fs dnodesize "legacy" "auto" "1k" "2k" "4k" "8k" "16k"
|
| H A D | send_raw_ashift.ksh | 56 log_must zfs set dnodesize=legacy pool9/$1
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/ |
| H A D | large_dnode_007_neg.ksh | 68 log_mustnot zfs set dnodesize=$val $LGCYFS
|
| H A D | large_dnode_004_neg.ksh | 60 log_must zfs create -o dnodesize=1k $TEST_FS
|
| H A D | large_dnode_003_pos.ksh | 55 log_must zfs create -o dnodesize=1k $LDNFS
|
| H A D | large_dnode_005_pos.ksh | 55 log_must zfs create -o dnodesize=1k $TEST_SEND_FS
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_znode_os.c | 569 int dnodesize; in zfs_mknode() local 583 dnodesize = vap->va_fsid; /* ditto */ in zfs_mknode() 588 dnodesize = dmu_objset_dnodesize(zfsvfs->z_os); in zfs_mknode() 591 if (dnodesize == 0) in zfs_mknode() 592 dnodesize = DNODE_MIN_SIZE; in zfs_mknode() 596 DN_BONUS_SIZE(dnodesize) : ZFS_OLD_ZNODE_PHYS_SIZE; in zfs_mknode() 611 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode() 615 obj_type, bonuslen, dnodesize, tx); in zfs_mknode() 621 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode() 625 obj_type, bonuslen, dnodesize, tx); in zfs_mknode() [all …]
|
| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_znode_os.c | 677 int dnodesize; in zfs_mknode() local 689 dnodesize = vap->va_fsid; /* ditto */ in zfs_mknode() 694 dnodesize = dmu_objset_dnodesize(zfsvfs->z_os); in zfs_mknode() 697 if (dnodesize == 0) in zfs_mknode() 698 dnodesize = DNODE_MIN_SIZE; in zfs_mknode() 703 DN_BONUS_SIZE(dnodesize) : ZFS_OLD_ZNODE_PHYS_SIZE; in zfs_mknode() 718 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode() 722 obj_type, bonuslen, dnodesize, tx); in zfs_mknode() 728 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode() 732 obj_type, bonuslen, dnodesize, tx); in zfs_mknode() [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.get_index_props.zcp | 60 props['dnodesize'] = {{'legacy', 'default'}, {nil, nil}}
|
| /src/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 1844 uint64_t dnodesize, uint64_t offset, uint64_t gen, uint64_t txg, in ztest_bt_generate() argument 1850 bt->bt_dnodesize = dnodesize; in ztest_bt_generate() 1859 uint64_t dnodesize, uint64_t offset, uint64_t gen, uint64_t txg, in ztest_bt_verify() argument 1865 ASSERT3U(bt->bt_dnodesize, ==, dnodesize); in ztest_bt_verify() 2376 uint64_t txg, lrtxg, crtxg, dnodesize; in ztest_replay_setattr() local 2399 dnodesize = bbt->bt_dnodesize; in ztest_replay_setattr() 2418 ztest_bt_verify(bbt, os, lr->lr_foid, dnodesize, -1ULL, lr->lr_mode, in ztest_replay_setattr() 2428 ztest_bt_generate(bbt, os, lr->lr_foid, dnodesize, -1ULL, lr->lr_mode, in ztest_replay_setattr() 2916 dmu_object_type_t type, uint64_t blocksize, uint64_t dnodesize, in ztest_od_init() argument 2924 od->od_crdnodesize = dnodesize ? dnodesize : ztest_random_dnodesize(); in ztest_od_init()
|