Searched refs:cur_max_mp_size (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c4231 int err, mp_size, cur_max_mp_size, exp_max_mp_size; local
4518 cur_max_mp_size = le32_to_cpu(a->length) -
4526 le32_to_cpu(m->bytes_in_use) + cur_max_mp_size;
4537 cur_max_mp_size)) {
4572 if (((mp_size + 7) & ~7) != cur_max_mp_size) {
4682 cur_max_mp_size = le32_to_cpu(m->bytes_allocated) -
4688 if (mp_size > cur_max_mp_size)
4689 mp_size = cur_max_mp_size;

Completed in 30 milliseconds