Searched refs:mft_zone_end (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dntfs_fs_sb.h17 ntfs_cluster_t mft_zone_end; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dntfs_fs_sb.h17 ntfs_cluster_t mft_zone_end; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsuper.c205 vol->mft_zone_end = vol->mft_lcn + mft_zone_size;
206 while (vol->mft_zone_end >= vol->nr_clusters) {
208 vol->mft_zone_end = vol->mft_lcn + mft_zone_size;
210 ntfs_debug(DEBUG_FILE3, "ntfs_init_volume: vol->mft_zone_end = %x\n",
211 vol->mft_zone_end);
216 vol->data1_zone_pos = vol->mft_zone_end;
631 vol->mft_zone_end && zone == DATA_ZONE) {
632 zone_start = vol->mft_zone_end;
635 vol->mft_zone_end) && zone == MFT_ZONE) {
637 if (!vol->mft_zone_end)
[all...]

Completed in 146 milliseconds