Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dlcnalloc.c259 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
459 vol->mft_zone_pos); in ntfs_cluster_alloc()
461 vol->mft_zone_pos = in ntfs_cluster_alloc()
464 vol->mft_zone_pos = 0; in ntfs_cluster_alloc()
466 vol->mft_zone_pos || in ntfs_cluster_alloc()
467 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
469 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
471 vol->mft_zone_pos); in ntfs_cluster_alloc()
511 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
580 vol->mft_zone_pos); in ntfs_cluster_alloc()
[all …]
H A Dvolume.h130 s64 mft_zone_pos; member
H A Dsuper.c849 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_setup_allocators()
850 ntfs_debug("vol->mft_zone_pos = 0x%llx", vol->mft_zone_pos); in ntfs_setup_allocators()