Lines Matching refs:ntfs_cluster_t

78 	ntfs_cluster_t mft_zone_size, tc;  in ntfs_init_volume()
158 vol->nr_clusters = (ntfs_cluster_t)ll; in ntfs_init_volume()
161 vol->mft_lcn = (ntfs_cluster_t)NTFS_GETS64(boot + 0x30); in ntfs_init_volume()
162 vol->mft_mirr_lcn = (ntfs_cluster_t)NTFS_GETS64(boot + 0x38); in ntfs_init_volume()
197 vol->mft_zone_start = (ntfs_cluster_t)0; in ntfs_init_volume()
219 vol->data2_zone_pos = (ntfs_cluster_t)0; in ntfs_init_volume()
627 int ntfs_allocate_clusters(ntfs_volume *vol, ntfs_cluster_t *location, in ntfs_allocate_clusters()
628 ntfs_cluster_t *count, ntfs_runlist **rl, int *rl_len, in ntfs_allocate_clusters()
633 ntfs_cluster_t buf_pos, zone_start, zone_end, mft_zone_size; in ntfs_allocate_clusters()
634 ntfs_cluster_t lcn, last_read_pos, prev_lcn = (ntfs_cluster_t)0; in ntfs_allocate_clusters()
635 ntfs_cluster_t initial_location, prev_run_len = (ntfs_cluster_t)0; in ntfs_allocate_clusters()
636 ntfs_cluster_t clusters = (ntfs_cluster_t)0; in ntfs_allocate_clusters()
698 zone_start = (ntfs_cluster_t)0; in ntfs_allocate_clusters()
869 (ntfs_cluster_t)1; in ntfs_allocate_clusters()
875 ntfs_cluster_t tc; in ntfs_allocate_clusters()
898 (ntfs_cluster_t)0; in ntfs_allocate_clusters()
938 (ntfs_cluster_t)0; in ntfs_allocate_clusters()
1004 zone_start = (ntfs_cluster_t)0; in ntfs_allocate_clusters()
1039 ntfs_cluster_t tc; in ntfs_allocate_clusters()
1052 (ntfs_cluster_t)0; in ntfs_allocate_clusters()
1083 ntfs_cluster_t tc; in ntfs_allocate_clusters()
1115 (ntfs_cluster_t)0; in ntfs_allocate_clusters()
1125 ntfs_cluster_t tc; in ntfs_allocate_clusters()
1135 (ntfs_cluster_t)0; in ntfs_allocate_clusters()
1180 if (zone == MFT_ZONE || mft_zone_size <= (ntfs_cluster_t)0) { in ntfs_allocate_clusters()
1192 if (mft_zone_size > (ntfs_cluster_t)0) in ntfs_allocate_clusters()
1196 vol->mft_zone_end = (ntfs_cluster_t)0; in ntfs_allocate_clusters()
1200 vol->mft_zone_pos = (ntfs_cluster_t)0; in ntfs_allocate_clusters()
1223 rl2[rlpos].lcn = (ntfs_cluster_t)-1; in ntfs_allocate_clusters()
1224 rl2[rlpos].len = (ntfs_cluster_t)0; in ntfs_allocate_clusters()
1324 const ntfs_cluster_t start_bit, const ntfs_cluster_t count) in ntfs_clear_bitrange()
1326 ntfs_cluster_t buf_size, bit, nr_bits = count; in ntfs_clear_bitrange()
1334 buf_size = (ntfs_cluster_t)((start_bit & 7) + nr_bits + 7) >> 3; in ntfs_clear_bitrange()
1335 if (buf_size <= (ntfs_cluster_t)(64 * 1024)) in ntfs_clear_bitrange()
1374 if (buf_size <= (ntfs_cluster_t)(64 * 1024)) in ntfs_clear_bitrange()
1388 const ntfs_cluster_t lcn, const ntfs_cluster_t len) in ntfs_deallocate_cluster_run()