Lines Matching defs:mref
78 u64 mref;
169 name->mref = le64_to_cpu(
178 mref = le64_to_cpu(ie->data.dir.indexed_file);
181 return mref;
218 name->mref = le64_to_cpu(ie->data.dir.indexed_file);
276 return name->mref;
404 name->mref = le64_to_cpu(
413 mref = le64_to_cpu(ie->data.dir.indexed_file);
416 return mref;
454 name->mref = le64_to_cpu(ie->data.dir.indexed_file);
541 return name->mref;
589 unsigned long mref;
623 mref = MREF_LE(ie->data.dir.indexed_file);
628 dt_type = ntfs_reparse_tag_dt_types(vol, mref);
639 name, name_len, actor->pos, mref, dt_type == DT_DIR ? "DIR" : "REG");
640 if (!dir_emit(actor, name, name_len, mref, dt_type))