Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dlcnalloc.c272 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()
276 if (zone_start < vol->mft_zone_start) { in ntfs_cluster_alloc()
277 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()
490 if (tc >= vol->mft_zone_start) in ntfs_cluster_alloc()
517 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()
544 zone_start = vol->mft_zone_start; in ntfs_cluster_alloc()
634 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()
653 if (tc >= vol->mft_zone_start) in ntfs_cluster_alloc()
686 mft_zone_size = vol->mft_zone_end - vol->mft_zone_start; in ntfs_cluster_alloc()
688 vol->mft_zone_start, vol->mft_zone_end, in ntfs_cluster_alloc()
[all …]
H A Dvolume.h128 s64 mft_zone_start; member
H A Dsuper.c849 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_setup_allocators()
864 if (vol->mft_zone_start <= mft_lcn) in ntfs_setup_allocators()
865 vol->mft_zone_start = 0; in ntfs_setup_allocators()
866 ntfs_debug("vol->mft_zone_start = 0x%llx", vol->mft_zone_start); in ntfs_setup_allocators()
H A Dfile.c1145 if ((ni->vol->mft_zone_end - ni->vol->mft_zone_start) == 0) in ntfs_fallocate()