Searched refs:NTFS_MIN_MFT_ZONE (Results 1 – 2 of 2) sorted by relevance
411 if (len > zeroes + zlen || zlen <= NTFS_MIN_MFT_ZONE) { in ntfs_look_for_free_space()420 new_zlen = max_t(size_t, zlen - ztrim, NTFS_MIN_MFT_ZONE); in ntfs_look_for_free_space()460 zlen = min_t(size_t, NTFS_MIN_MFT_ZONE, wnd_zone_len(wnd)); in ntfs_check_for_free_space()
205 #define NTFS_MIN_MFT_ZONE 100 macro