Lines Matching refs:s64

144 	s64 bytes;
149 s64 size;
165 s64 lcn; /* last used LCN for a "special" file/attr type */
166 s64 inode; /* inode using it */
174 s64 inuse; /* num of clusters in use */
185 s64 new_volume_size; /* in clusters; 0 = --info w/o --size */
190 s64 inuse; /* num of clusters in use */
192 s64 mftmir_old; /* $MFTMirr AT_DATA's old LCN */
195 s64 badclusters; /* num of physically dead clusters */
206 s64 last_unsupp; /* last unsupported cluster */
211 static s64 max_free_cluster_range = 0;
226 static s64 rounded_up_division(s64 numer, s64 denom)
389 static s64 get_new_volume_size(char *s)
391 s64 size;
563 static void print_advise(ntfs_volume *vol, s64 supp_lcn)
565 s64 old_b, new_b, freed_b, old_mb, new_mb, freed_mb;
602 static void rl_set(runlist *rl, VCN vcn, LCN lcn, s64 len)
638 static s64 nr_clusters_to_bitmap_byte_size(s64 nr_clusters)
640 s64 bm_bsize;
650 s64 inode, last_lcn;
725 s64 lcn, lcn_length, start, len, inode;
726 s64 new_vol_size; /* (last LCN on the volume) + 1 */
776 s64 inode;
798 s64 lcn = rl[i].lcn;
799 s64 lcn_length = rl[i].length;
881 s64 i, pos, count;
902 s64 cl; /* current cluster */
1003 s64 nr_mft_records, inode = 0;
1048 s64 i;
1086 s64 nr_mft_records, inode;
1119 s64 unmapped_len = tmp->length;
1169 s64 remains_size;
1223 static void set_bitmap_range(struct bitmap *bm, s64 pos, s64 length, u8 bit)
1241 static void set_max_free_zone(s64 length, s64 end, runlist_element *rle)
1251 s64 nr_vol_clusters,
1255 static s64 pos = 0;
1256 s64 i, items = rle->length;
1257 s64 free_zone = 0;
1307 s64 items,
1308 s64 nr_vol_clusters,
1314 s64 vcn = 0;
1409 static void lseek_to_cluster(ntfs_volume *vol, s64 lcn)
1417 static void copy_clusters(ntfs_resize_t *resize, s64 dest, s64 src, s64 len)
1419 s64 i;
1448 static void relocate_clusters(ntfs_resize_t *r, runlist *dest_rl, s64 src_lcn)
1464 static void rl_split_run(runlist **rl, int run, s64 pos)
1468 s64 len_head, len_tail;
1503 s64 vcn;
1530 s64 lcn, lcn_length;
1531 s64 new_vol_size; /* (last LCN on the volume) + 1 */
1587 s64 lcn = rl[i].lcn;
1588 s64 lcn_length = rl[i].length;
1718 s64 nr_mft_records;
1756 s64 runs_b, runs_mb;
1851 static void bitmap_file_data_fixup(s64 cluster, struct bitmap *bm)
1869 s64 nr_clusters = resize->new_volume_size;
1899 s64 nr_bm_clusters)
1901 s64 i;
1904 s64 new_size = resize->new_volume_size;
1920 static void realloc_lcn_bitmap(ntfs_resize_t *resize, s64 bm_bsize)
1939 s64 bm_bsize, size;
1940 s64 nr_bm_clusters;
2019 s64 i, badclusters = 0;
2122 static int setup_lcn_bitmap(struct bitmap *bm, s64 nr_clusters)
2143 s64 bs_size = sizeof(NTFS_BOOT_SECTOR);
2176 static s64 vol_size(ntfs_volume *v, s64 nr_clusters)
2187 static void print_vol_size(const char *str, s64 bytes)
2198 static void print_disk_usage(ntfs_volume *vol, s64 nr_used_clusters)
2200 s64 total, used;
2213 s64 relocations = resize->relocations * resize->vol->cluster_size;
2316 s64 last = resize->inuse - 1;
2324 s64 new_size = resize->new_volume_size;
2382 s64 new_size = 0; /* in clusters; 0 = --info w/o --size */
2383 s64 device_size; /* in bytes */