Searched refs:new_bytes (Results 1 – 3 of 3) sorted by relevance
206 calc_rate(u_int64_t new_bytes, u_int64_t last_bytes, double interval) in calc_rate() argument210 rate = (double)(new_bytes - last_bytes) * 8 / interval; in calc_rate()
1321 int new_count, new_bytes; in zfs_acl_chmod() local1332 new_count = new_bytes = 0; in zfs_acl_chmod()1345 new_bytes += abstract_size; in zfs_acl_chmod()1351 new_bytes += abstract_size; in zfs_acl_chmod()1357 new_bytes += abstract_size; in zfs_acl_chmod()1418 new_bytes += ace_size; in zfs_acl_chmod()1427 new_bytes += abstract_size * 3; in zfs_acl_chmod()1430 aclp->z_acl_bytes = new_bytes; in zfs_acl_chmod()1432 newnode->z_size = new_bytes; in zfs_acl_chmod()
102 uint64_t old_bytes, new_bytes; in parent_delta() local109 new_bytes = MAX(ds_phys->ds_unique_bytes + delta, ds->ds_reserved); in parent_delta()111 ASSERT3U(ABS((int64_t)(new_bytes - old_bytes)), <=, ABS(delta)); in parent_delta()112 return (new_bytes - old_bytes); in parent_delta()