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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c5528 int err, mp_size, cur_max_mp_size, exp_max_mp_size, ret = -1; local
5672 cur_max_mp_size = le32_to_cpu(a->length) -
5680 le32_to_cpu(m->bytes_in_use) + cur_max_mp_size;
5698 cur_max_mp_size)) {
5726 if (((mp_size + 7) & ~7) != cur_max_mp_size) {
5845 cur_max_mp_size = le32_to_cpu(m->bytes_allocated) -
5852 if (mp_size > cur_max_mp_size)
5853 mp_size = cur_max_mp_size;

Completed in 49 milliseconds