| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 49 int dnodesize, dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in dmu_object_alloc_impl() argument 55 int dn_slots = dnodesize >> DNODE_SHIFT; in dmu_object_alloc_impl() 244 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in dmu_object_alloc_dnsize() argument 247 bonuslen, dnodesize, NULL, NULL, tx)); in dmu_object_alloc_dnsize() 258 int dnodesize, dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in dmu_object_alloc_hold() argument 261 bonustype, bonuslen, dnodesize, allocated_dnode, tag, tx)); in dmu_object_alloc_hold() 275 int dnodesize, dmu_tx_t *tx) in dmu_object_claim_dnsize() argument 278 int dn_slots = dnodesize >> DNODE_SHIFT; in dmu_object_claim_dnsize() 312 int blocksize, dmu_object_type_t bonustype, int bonuslen, int dnodesize, in dmu_object_reclaim_dnsize() argument 316 int dn_slots = dnodesize >> DNODE_SHIFT; in dmu_object_reclaim_dnsize()
|
| H A D | zap_micro.c | 729 dmu_object_type_t bonustype, int bonuslen, int dnodesize, in zap_create_impl() argument 739 indirect_blockshift, bonustype, bonuslen, dnodesize, in zap_create_impl() 745 indirect_blockshift, bonustype, bonuslen, dnodesize, in zap_create_impl() 766 0, ot, bonustype, bonuslen, dnodesize, tx)); in zap_create_claim_dnsize() 781 int dnodesize, dmu_tx_t *tx) in zap_create_claim_norm_dnsize() argument 788 dnodesize, tx); in zap_create_claim_norm_dnsize() 815 dnodesize, tx)); in zap_create_dnsize() 831 bonustype, bonuslen, dnodesize, NULL, NULL, tx)); in zap_create_norm_dnsize() 849 indirect_blockshift, bonustype, bonuslen, dnodesize, NULL, NULL, in zap_create_flags_dnsize() 861 dmu_object_type_t bonustype, int bonuslen, int dnodesize, in zap_create_hold() argument [all …]
|
| H A D | zfs_replay.c | 306 uint64_t dnodesize; in zfs_replay_create_acl() local 333 dnodesize = LR_FOID_GET_SLOTS(lr->lr_foid) << DNODE_SHIFT; in zfs_replay_create_acl() 349 xva.xva_vattr.va_fsid = dnodesize; in zfs_replay_create_acl() 351 error = dnode_try_claim(zfsvfs->z_os, objid, dnodesize >> DNODE_SHIFT); in zfs_replay_create_acl() 457 uint64_t dnodesize; in zfs_replay_create() local 472 dnodesize = LR_FOID_GET_SLOTS(lr->lr_foid) << DNODE_SHIFT; in zfs_replay_create() 488 xva.xva_vattr.va_fsid = dnodesize; in zfs_replay_create() 490 error = dnode_try_claim(zfsvfs->z_os, objid, dnodesize >> DNODE_SHIFT); in zfs_replay_create()
|
| H A D | sa.c | 669 int dnodesize; in sa_build_layouts() local 683 dmu_object_dnsize_from_db(hdl->sa_bonus, &dnodesize); in sa_build_layouts() 684 bonuslen = DN_BONUS_SIZE(dnodesize); in sa_build_layouts()
|
| H A D | zap.c | 1005 const char *name, int dnodesize, dmu_tx_t *tx) in zap_create_link_dnsize() argument 1009 new_obj = zap_create_dnsize(os, ot, DMU_OT_NONE, 0, dnodesize, tx); in zap_create_link_dnsize()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_allow_012_neg.ksh | 62 rollback clone rename promote dnodesize \ 68 aclmode aclinherit rollback clone rename promote dnodesize \ 74 aclmode aclinherit rollback clone rename promote dnodesize \
|
| H A D | zfs_allow_010_pos.ksh | 73 dnodesize true false \ 108 dnodesize true false \ 140 dnodesize true false \
|
| H A D | delegate_common.kshlib | 250 dnodesize) 1127 user_run $user zfs set dnodesize=$value $fs 1128 if [[ $value != $(get_prop dnodesize $fs) ]]; then
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zap.h | 121 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx); 126 int dnodesize, dmu_tx_t *tx); 133 int dnodesize, dmu_tx_t *tx); 136 dmu_object_type_t bonustype, int bonuslen, int dnodesize, 142 uint64_t parent_obj, const char *name, int dnodesize, dmu_tx_t *tx); 157 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx); 163 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx);
|
| H A D | dmu.h | 410 int dnodesize, dmu_tx_t *tx); 413 int bonuslen, int dnodesize, dnode_t **allocated_dnode, void *tag, 419 int dnodesize, dmu_tx_t *tx); 424 int bonuslen, int dnodesize, boolean_t keep_spill, dmu_tx_t *tx);
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_realloc_dnode_size.ksh | 64 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 D | send_freeobjects.ksh | 53 log_must zfs create -o xattr=sa -o dnodesize=legacy $POOL/$sendds
|
| H A D | send_realloc_files.ksh | 82 rand_set_prop $POOL/fs dnodesize "legacy" "auto" "4k"
|
| H A D | send_realloc_encrypted_files.ksh | 90 rand_set_prop $POOL/fs dnodesize "legacy" "auto" "4k"
|
| H A D | send_spill_block.ksh | 52 log_must zfs set dnodesize=legacy $POOL/fs
|
| H A D | rsend_012_pos.ksh | 128 rand_set_prop $fs dnodesize "legacy" "auto" "1k" "2k" "4k" "8k" "16k"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/ |
| H A D | large_dnode_007_neg.ksh | 67 log_mustnot zfs set dnodesize=$val $LGCYFS
|
| H A D | large_dnode_004_neg.ksh | 61 log_must zfs create -o dnodesize=1k $TEST_FS
|
| H A D | large_dnode_003_pos.ksh | 54 log_must zfs create -o dnodesize=1k $LDNFS
|
| H A D | large_dnode_005_pos.ksh | 59 log_must zfs create -o dnodesize=1k $TEST_SEND_FS
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_znode.c | 564 int dnodesize; in zfs_mknode() local 577 dnodesize = vap->va_fsid; /* ditto */ in zfs_mknode() 582 dnodesize = dmu_objset_dnodesize(zfsvfs->z_os); in zfs_mknode() 585 if (dnodesize == 0) in zfs_mknode() 586 dnodesize = DNODE_MIN_SIZE; in zfs_mknode() 590 DN_BONUS_SIZE(dnodesize) : ZFS_OLD_ZNODE_PHYS_SIZE; in zfs_mknode() 605 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode() 609 obj_type, bonuslen, dnodesize, tx); in zfs_mknode() 615 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode() 619 obj_type, bonuslen, dnodesize, tx); in zfs_mknode() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_znode.c | 678 int dnodesize; in zfs_mknode() local 690 dnodesize = vap->va_fsid; /* ditto */ in zfs_mknode() 695 dnodesize = dmu_objset_dnodesize(zfsvfs->z_os); in zfs_mknode() 698 if (dnodesize == 0) in zfs_mknode() 699 dnodesize = DNODE_MIN_SIZE; in zfs_mknode() 704 DN_BONUS_SIZE(dnodesize) : ZFS_OLD_ZNODE_PHYS_SIZE; in zfs_mknode() 719 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode() 723 obj_type, bonuslen, dnodesize, tx); in zfs_mknode() 729 obj_type, bonuslen, dnodesize, tx)); in zfs_mknode() 733 obj_type, bonuslen, dnodesize, tx); in zfs_mknode() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.get_index_props.zcp | 59 props['dnodesize'] = {{'legacy', 'default'}, {nil, nil}}
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 1644 uint64_t dnodesize, uint64_t offset, uint64_t gen, uint64_t txg, in ztest_bt_generate() argument 1650 bt->bt_dnodesize = dnodesize; in ztest_bt_generate() 1659 uint64_t dnodesize, uint64_t offset, uint64_t gen, uint64_t txg, in ztest_bt_verify() argument 1665 ASSERT3U(bt->bt_dnodesize, ==, dnodesize); in ztest_bt_verify() 2165 uint64_t txg, lrtxg, crtxg, dnodesize; in ztest_replay_setattr() local 2188 dnodesize = bbt->bt_dnodesize; in ztest_replay_setattr() 2207 ztest_bt_verify(bbt, os, lr->lr_foid, dnodesize, -1ULL, lr->lr_mode, in ztest_replay_setattr() 2217 ztest_bt_generate(bbt, os, lr->lr_foid, dnodesize, -1ULL, lr->lr_mode, in ztest_replay_setattr() 2695 dmu_object_type_t type, uint64_t blocksize, uint64_t dnodesize, in ztest_od_init() argument 2703 od->od_crdnodesize = dnodesize ? dnodesize : ztest_random_dnodesize(); in ztest_od_init()
|