Home
last modified time | relevance | path

Searched refs:zone_limit (Results 1 – 1 of 1) sorted by relevance

/fs/ntfs3/
Dfsntfs.c783 CLST zone_limit, zone_max, lcn, vcn, len; in ntfs_refresh_zone() local
797 zone_limit = (512 * 1024 * 1024) >> sbi->cluster_bits; in ntfs_refresh_zone()
799 if (zone_max > zone_limit) in ntfs_refresh_zone()
800 zone_max = zone_limit; in ntfs_refresh_zone()