Lines Matching defs:range
116 } range;
120 static range *ranges; /* Array containing all Inode-Ranges for undelete */
121 static long nr_entries; /* Number of range entries */
304 /* alloc mem for range table */
305 ranges = (range *) malloc((p + 1) * sizeof(range));
323 /* RANGE - Check for range */
325 /* get range end */
329 ntfs_log_error("ERROR: Missing range end!\n");
359 /* put inode into range list */
426 " -c, --copy RANGE Write a range of MFT records to a file\n"
861 ntfs_log_error("Percentage value must be in the range 0 - 100.\n");
2339 * copy_mft - Write a range of MFT Records to a file