• Home
  • Raw
  • Download

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) in wipe_unused()
486 s64 i; in wipe_unused()
487 s64 total = 0; in wipe_unused()
488 s64 result = 0; in wipe_unused()
543 static s64 wipe_unused_fast(ntfs_volume *vol, int byte, enum action act) in wipe_unused_fast()
545 s64 i; in wipe_unused_fast()
546 s64 total = 0; in wipe_unused_fast()
547 s64 unused = 0; in wipe_unused_fast()
548 s64 result; in wipe_unused_fast()
652 static s64 wipe_compressed_attribute(ntfs_volume *vol, int byte, in wipe_compressed_attribute()
656 s64 size, offset, ret, wiped = 0; in wipe_compressed_attribute()
661 s64 cu_mask = na->compression_block_clusters - 1; in wipe_compressed_attribute()
772 static s64 wipe_attribute(ntfs_volume *vol, int byte, enum action act, in wipe_attribute()
776 s64 wiped; in wipe_attribute()
777 s64 size; in wipe_attribute()
816 static s64 wipe_attr_tail(ntfs_inode *ni, ntfschar *name, int namelen, in wipe_attr_tail()
821 s64 wiped; in wipe_attr_tail()
869 static s64 wipe_tails(ntfs_volume *vol, int byte, enum action act) in wipe_tails()
871 s64 total = 0; in wipe_tails()
872 s64 nr_mft_records, inode_num; in wipe_tails()
889 s64 attr_wiped; in wipe_tails()
890 s64 wiped = 0; in wipe_tails()
956 static s64 wipe_mft(ntfs_volume *vol, int byte, enum action act) in wipe_mft()
960 s64 nr_mft_records, i; in wipe_mft()
961 s64 total = 0; in wipe_mft()
962 s64 result = 0; in wipe_mft()
1095 static s64 wipe_index_allocation(ntfs_volume *vol, int byte, enum action act in wipe_index_allocation()
1099 s64 total = 0; in wipe_index_allocation()
1100 s64 wiped = 0; in wipe_index_allocation()
1101 s64 offset = 0; in wipe_index_allocation()
1102 s64 obyte = 0; in wipe_index_allocation()
1104 s64 wipe_size; in wipe_index_allocation()
1140 s64 ret = ntfs_rl_pread(vol, naa->rl, in wipe_index_allocation()
1242 static s64 wipe_directory(ntfs_volume *vol, int byte, enum action act) in wipe_directory()
1244 s64 total = 0; in wipe_directory()
1245 s64 nr_mft_records, inode_num; in wipe_directory()
1262 s64 wiped; in wipe_directory()
1379 static s64 wipe_logfile(ntfs_volume *vol, int byte, enum action act in wipe_logfile()
1388 s64 len, pos, count; in wipe_logfile()
1490 static s64 wipe_pagefile(ntfs_volume *vol, int byte, enum action act in wipe_pagefile()
1497 s64 len, pos, count; in wipe_pagefile()
1713 static int destroy_record(ntfs_volume *nv, const s64 record, in destroy_record()
1723 s64 j; in destroy_record()
1961 sizeof(s64), selected); in destroy_record()
1964 sizeof(s64), selected); in destroy_record()
1967 sizeof(s64), selected); in destroy_record()
1970 sizeof(s64), selected); in destroy_record()
2018 s64 bmpsize, size, nr_mft_records, i, j, k; in wipe_unrm()
2210 s64 total = 0; in main()
2211 s64 wiped = 0; in main()