Searched refs:mft_zone_start (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.h16 ntfs_cluster_t mft_zone_start; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dntfs_fs_sb.h16 ntfs_cluster_t mft_zone_start; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsuper.c181 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn;
196 if (vol->mft_zone_start <= tc)
197 vol->mft_zone_start = (ntfs_cluster_t)0;
198 ntfs_debug(DEBUG_FILE3, "ntfs_init_volume: vol->mft_zone_start = %x\n",
199 vol->mft_zone_start);
630 } else if (zone_start >= vol->mft_zone_start && zone_start <
634 } else if ((zone_start < vol->mft_zone_start || zone_start >=
648 zone_end = vol->mft_zone_start;
876 if (tc >= vol->mft_zone_start)
938 zone_start = vol->mft_zone_start;
[all...]

Completed in 45 milliseconds