Home
last modified time | relevance | path

Searched refs:mft_lcn (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H 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()
H A Dsuper.c888 ll = sle64_to_cpu(b->mft_lcn); in parse_ntfs_boot_sector()
895 vol->mft_lcn = ll; in parse_ntfs_boot_sector()
896 ntfs_debug("vol->mft_lcn = 0x%llx", (long long)vol->mft_lcn); in parse_ntfs_boot_sector()
937 LCN mft_zone_size, mft_lcn; in ntfs_setup_allocators() local
962 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_setup_allocators()
966 * Calculate the mft_lcn for an unmodified NTFS volume (see mkntfs in ntfs_setup_allocators()
967 * source) and if the actual mft_lcn is in the expected place or even in ntfs_setup_allocators()
974 mft_lcn = (8192 + 2 * vol->cluster_size - 1) / vol->cluster_size; in ntfs_setup_allocators()
975 if (mft_lcn * vo in ntfs_setup_allocators()
[all...]
H A Dvolume.h57 LCN mft_lcn; /* Cluster location of mft data. */ member
H A Dlayout.h72 sle64 mft_lcn; /* Cluster location of mft data. */ member
H A Dinode.c1801 block = vol->mft_lcn << vol->cluster_size_bits >> in ntfs_read_inode_mount()
/kernel/linux/linux-6.6/fs/ntfs/
H 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()
H 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()
974 * Calculate the mft_lcn for an unmodified NTFS volume (see mkntfs in ntfs_setup_allocators()
975 * source) and if the actual mft_lcn is in the expected place or even in ntfs_setup_allocators()
982 mft_lcn = (8192 + 2 * vol->cluster_size - 1) / vol->cluster_size; in ntfs_setup_allocators()
983 if (mft_lcn * vo in ntfs_setup_allocators()
[all...]
H A Dvolume.h57 LCN mft_lcn; /* Cluster location of mft data. */ member
H A Dlayout.h72 sle64 mft_lcn; /* Cluster location of mft data. */ member
H A Dinode.c1801 block = vol->mft_lcn << vol->cluster_size_bits >> in ntfs_read_inode_mount()

Completed in 33 milliseconds