Lines Matching refs:mref
77 u64 mref;
167 name->mref = le64_to_cpu(
176 mref = le64_to_cpu(ie->data.dir.indexed_file);
179 return mref;
220 name->mref = le64_to_cpu(ie->data.dir.indexed_file);
278 return name->mref;
427 name->mref = le64_to_cpu(
436 mref = le64_to_cpu(ie->data.dir.indexed_file);
439 return mref;
482 name->mref = le64_to_cpu(ie->data.dir.indexed_file);
569 return name->mref;
630 u64 mref;
710 mref = le64_to_cpu(ie->data.dir.indexed_file);
713 return mref;
897 mref = le64_to_cpu(ie->data.dir.indexed_file);
900 return mref;
1016 unsigned long mref;
1048 mref = MREF_LE(ie->data.dir.indexed_file);
1056 "0x%lx, DT_%s.", name, name_len, actor->pos, mref,
1058 if (!dir_emit(actor, name, name_len, mref, dt_type))