Searched refs:NTFS_MIN_MFT_ZONE (Results 1 – 2 of 2) sorted by relevance
410 if (len > zeroes + zlen || zlen <= NTFS_MIN_MFT_ZONE) { in ntfs_look_for_free_space()419 new_zlen = max_t(size_t, zlen - ztrim, NTFS_MIN_MFT_ZONE); in ntfs_look_for_free_space()459 zlen = min_t(size_t, NTFS_MIN_MFT_ZONE, wnd_zone_len(wnd)); in ntfs_check_for_free_space()
201 #define NTFS_MIN_MFT_ZONE 100 macro
Completed in 10 milliseconds