Searched refs:lsize (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c1392 dsl_dir_tempreserve_space(dsl_dir_t *dd, uint64_t lsize, uint64_t asize, argument
1408 err = arc_tempreserve_space(dd->dd_pool->dp_spa, lsize, tx->tx_txg);
1413 tr->tr_size = lsize;
H A Dspa_misc.c1775 * If lsize is smaller than the largest physical block size allocatable on this
1780 spa_get_worst_case_asize(spa_t *spa, uint64_t lsize) argument
1782 if (lsize == 0)
1784 return (MAX(lsize, 1 << spa->spa_max_ashift) * spa_asize_inflation);
H A Ddbuf.c1101 int psize, lsize; local
1104 lsize = arc_buf_lsize(data);
1117 byteorder, salt, iv, mac, dn->dn_type, psize, lsize,
1122 psize, lsize, compress_type, complevel);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dspa.h1046 extern uint64_t spa_get_worst_case_asize(spa_t *spa, uint64_t lsize);

Completed in 184 milliseconds

12