Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs/
A Dlcnalloc.c209 zone_start = vol->mft_lcn; in ntfs_cluster_alloc()
422 vol->mft_lcn; in ntfs_cluster_alloc()
428 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()
555 vol->mft_lcn; in ntfs_cluster_alloc()
561 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()
697 vol->mft_zone_pos = vol->mft_lcn; in ntfs_cluster_alloc()
A Dvolume.h57 LCN mft_lcn; /* Cluster location of mft data. */ member
A Dsuper.c896 ll = sle64_to_cpu(b->mft_lcn); in parse_ntfs_boot_sector()
903 vol->mft_lcn = ll; in parse_ntfs_boot_sector()
904 ntfs_debug("vol->mft_lcn = 0x%llx", (long long)vol->mft_lcn); in parse_ntfs_boot_sector()
945 LCN mft_zone_size, mft_lcn; in ntfs_setup_allocators() local
970 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_setup_allocators()
982 mft_lcn = (8192 + 2 * vol->cluster_size - 1) / vol->cluster_size; in ntfs_setup_allocators()
983 if (mft_lcn * vol->cluster_size < 16 * 1024) in ntfs_setup_allocators()
984 mft_lcn = (16 * 1024 + vol->cluster_size - 1) / in ntfs_setup_allocators()
986 if (vol->mft_zone_start <= mft_lcn) in ntfs_setup_allocators()
995 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()
[all …]
A Dlayout.h72 sle64 mft_lcn; /* Cluster location of mft data. */ member
A Dinode.c1801 block = vol->mft_lcn << vol->cluster_size_bits >> in ntfs_read_inode_mount()

Completed in 44 milliseconds