Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlcnalloc.c223 zone_start = vol->mft_lcn; in ntfs_cluster_alloc()
436 vol->mft_lcn; in ntfs_cluster_alloc()
442 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()
569 vol->mft_lcn; in ntfs_cluster_alloc()
575 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()
711 vol->mft_zone_pos = vol->mft_lcn; in ntfs_cluster_alloc()
Dvolume.h71 LCN mft_lcn; /* Cluster location of mft data. */ member
Dsuper.c902 ll = sle64_to_cpu(b->mft_lcn); in parse_ntfs_boot_sector()
909 vol->mft_lcn = ll; in parse_ntfs_boot_sector()
910 ntfs_debug("vol->mft_lcn = 0x%llx", (long long)vol->mft_lcn); in parse_ntfs_boot_sector()
951 LCN mft_zone_size, mft_lcn; in ntfs_setup_allocators() local
976 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_setup_allocators()
988 mft_lcn = (8192 + 2 * vol->cluster_size - 1) / vol->cluster_size; in ntfs_setup_allocators()
989 if (mft_lcn * vol->cluster_size < 16 * 1024) in ntfs_setup_allocators()
990 mft_lcn = (16 * 1024 + vol->cluster_size - 1) / in ntfs_setup_allocators()
992 if (vol->mft_zone_start <= mft_lcn) in ntfs_setup_allocators()
1001 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()
[all …]
Dlayout.h86 sle64 mft_lcn; /* Cluster location of mft data. */ member
Dinode.c1826 block = vol->mft_lcn << vol->cluster_size_bits >> in ntfs_read_inode_mount()