Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlcnalloc.c205 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
433 vol->mft_zone_pos); in ntfs_cluster_alloc()
435 vol->mft_zone_pos = in ntfs_cluster_alloc()
438 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
440 vol->mft_zone_pos || in ntfs_cluster_alloc()
441 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
443 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
448 vol->mft_zone_pos); in ntfs_cluster_alloc()
564 vol->mft_zone_pos); in ntfs_cluster_alloc()
568 vol->mft_zone_pos = in ntfs_cluster_alloc()
[all …]
Dvolume.h89 LCN mft_zone_pos; /* Current position in the mft zone. */ member
Dsuper.c976 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_setup_allocators()
978 (unsigned long long)vol->mft_zone_pos); in ntfs_setup_allocators()