Home
last modified time | relevance | path

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

/fs/ntfs/
Dlcnalloc.c191 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
419 vol->mft_zone_pos); in ntfs_cluster_alloc()
421 vol->mft_zone_pos = in ntfs_cluster_alloc()
424 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
426 vol->mft_zone_pos || in ntfs_cluster_alloc()
427 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
429 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
434 vol->mft_zone_pos); in ntfs_cluster_alloc()
550 vol->mft_zone_pos); in ntfs_cluster_alloc()
554 vol->mft_zone_pos = in ntfs_cluster_alloc()
[all …]
Dvolume.h75 LCN mft_zone_pos; /* Current position in the mft zone. */ member
Dsuper.c962 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_setup_allocators()
964 (unsigned long long)vol->mft_zone_pos); in ntfs_setup_allocators()