Home
last modified time | relevance | path

Searched refs:dmu_bonus_max (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_sa.c99 if (ZFS_OLD_ZNODE_PHYS_SIZE + len <= dmu_bonus_max()) { in zfs_sa_symlink()
H A Dspace_map.c472 ASSERT3U(bonuslen, <=, dmu_bonus_max()); in space_map_alloc()
H A Ddmu.c180 dmu_bonus_max(void) in dmu_bonus_max() function
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h434 int dmu_bonus_max(void);
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c2007 lr->lrz_bonuslen = dmu_bonus_max(); in ztest_create()