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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dntfs_fs_sb.h45 ntfs_cluster_t mft_lcn; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dntfs_fs_sb.h45 ntfs_cluster_t mft_lcn; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsuper.c161 vol->mft_lcn = (ntfs_cluster_t)NTFS_GETS64(boot + 0x30);
181 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn;
185 * Calculate the mft_lcn for an unmodified NTFS volume (see mkntfs
186 * source) and if the actual mft_lcn is in the expected place or even
205 vol->mft_zone_end = vol->mft_lcn + mft_zone_size;
208 vol->mft_zone_end = vol->mft_lcn + mft_zone_size;
636 zone_start = vol->mft_lcn;
835 vol->mft_lcn;
842 && tc >= vol->mft_lcn)
988 vol->mft_lcn;
[all...]
H A Dfs.c1032 ntfs_debug(DEBUG_OTHER, "$Mft at cluster 0x%lx\n", vol->mft_lcn);
1062 if (!(bh = sb_bread(sb, vol->mft_lcn + i))) {
1070 vol->mft_lcn + i);

Completed in 110 milliseconds