Lines Matching refs:s64
82 s64 size_alloc;
83 s64 size_data; /* Actual size of data */
104 s64 size_alloc;
105 s64 size_data; /* Actual size of data */
107 s64 size_init;
116 s64 inode; /* MFT record number */
122 s64 max_size; /* Largest size we find */
484 static s64 wipe_unused(ntfs_volume *vol, int byte, enum action act)
486 s64 i;
487 s64 total = 0;
488 s64 result = 0;
543 static s64 wipe_unused_fast(ntfs_volume *vol, int byte, enum action act)
545 s64 i;
546 s64 total = 0;
547 s64 unused = 0;
548 s64 result;
652 static s64 wipe_compressed_attribute(ntfs_volume *vol, int byte,
656 s64 size, offset, ret, wiped = 0;
661 s64 cu_mask = na->compression_block_clusters - 1;
772 static s64 wipe_attribute(ntfs_volume *vol, int byte, enum action act,
776 s64 wiped;
777 s64 size;
816 static s64 wipe_attr_tail(ntfs_inode *ni, ntfschar *name, int namelen,
821 s64 wiped;
869 static s64 wipe_tails(ntfs_volume *vol, int byte, enum action act)
871 s64 total = 0;
872 s64 nr_mft_records, inode_num;
889 s64 attr_wiped;
890 s64 wiped = 0;
956 static s64 wipe_mft(ntfs_volume *vol, int byte, enum action act)
960 s64 nr_mft_records, i;
961 s64 total = 0;
962 s64 result = 0;
1095 static s64 wipe_index_allocation(ntfs_volume *vol, int byte, enum action act
1099 s64 total = 0;
1100 s64 wiped = 0;
1101 s64 offset = 0;
1102 s64 obyte = 0;
1104 s64 wipe_size;
1140 s64 ret = ntfs_rl_pread(vol, naa->rl,
1242 static s64 wipe_directory(ntfs_volume *vol, int byte, enum action act)
1244 s64 total = 0;
1245 s64 nr_mft_records, inode_num;
1262 s64 wiped;
1379 static s64 wipe_logfile(ntfs_volume *vol, int byte, enum action act
1388 s64 len, pos, count;
1490 static s64 wipe_pagefile(ntfs_volume *vol, int byte, enum action act
1497 s64 len, pos, count;
1713 static int destroy_record(ntfs_volume *nv, const s64 record,
1723 s64 j;
1961 sizeof(s64), selected);
1964 sizeof(s64), selected);
1967 sizeof(s64), selected);
1970 sizeof(s64), selected);
2018 s64 bmpsize, size, nr_mft_records, i, j, k;
2210 s64 total = 0;
2211 s64 wiped = 0;