Lines Matching defs:record
761 * verify_parent - confirm a record is parent of a file
763 * @rec: the mft record of the possible parent
1053 * read_record - Read an MFT record into memory
1055 * @record: The record number to read
1057 * Read the specified MFT record and gather as much information about it as
1063 static struct ufile * read_record(ntfs_volume *vol, long long record)
1080 file->inode = record;
1096 if (ntfs_attr_mst_pread(mft, vol->mft_record_size * record, 1, vol->mft_record_size, file->mft) < 1) {
1097 ntfs_log_error("ERROR: Couldn't read MFT Record %lld.\n", record);
1146 * N.B. If $DATA attribute spans more than one MFT record (i.e. badly
1217 if (rl[0].lcn == LCN_RL_NOT_MAPPED) { /* extended mft record */
1267 * dump_record - Print everything we know about an MFT record
1271 * been read from the MFT record, or implied by various means.
1297 ntfs_log_quiet("Metadata may span more than one MFT record\n");
1670 /* try to get record */
1673 ntfs_log_error("Can't read info from mft record %lld.\n", inode);
1761 if (rl[0].lcn == LCN_RL_NOT_MAPPED) { /* extended mft record */
1856 "inconsistent $MFT record.\n");