Lines Matching defs:count
395 int count = 0;
424 count++;
425 if ((!bit) && (count >= size)) {
437 //ntfs_log_info("%d * %d\n", curr, count);
439 count = 1;
445 //ntfs_log_info("%d * %d\n", curr, count);
764 s64 count = 0;
789 count = res;
792 count += res;
795 return count;
811 s64 count = 0;
843 count = res;
846 count += res;
854 return count;
872 s64 count;
898 count = move_file(vol, inode, opts.location, 0);
899 if ((count > 0) && (!opts.nodirty)) {
913 ntfs_log_info("Relocated %lld bytes\n", (long long)count);
915 if (count >= 0)