Lines Matching refs:s64
116 static s64 max_empty_bit_range(unsigned char *buf, int size)
120 s64 start_pos = -1;
137 start_pos = (s64)i * 8 - run;
153 start_pos = (s64)i * 8 + (j - run);
166 start_pos = (s64)i * 8 - run;
171 static int bitmap_writeback(ntfs_volume *vol, s64 pos, s64 size, void *b,
174 s64 written;
235 runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count,
242 s64 clusters, br;
580 s64 nr_freed = 0;
620 int ntfs_cluster_free_basic(ntfs_volume *vol, s64 lcn, s64 count)
622 s64 nr_freed = 0;
667 int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count)
670 s64 delta, to_free, nr_freed = 0;