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

/linux-master/fs/ntfs3/
H A Dbitmap.c349 if (len > wnd->extent_max)
350 wnd->extent_max = len;
399 if (e3->count.key == wnd->extent_max)
420 wnd->extent_max =
426 if (e->count.key != wnd->extent_max) {
434 wnd->extent_max = max_new_len;
437 wnd->extent_max = max(e3->count.key, max_new_len);
513 wnd->extent_max = 0;
655 wnd->extent_max = MINUS_ONE_T;
1009 if (to_alloc0 > wnd->extent_max)
[all...]
H A Dntfs_fs.h166 size_t extent_max; // Upper estimate of biggest free block. member in struct:wnd_bitmap

Completed in 84 milliseconds