Lines Matching refs:mref
253 u64 mref = 0;
352 mref = le64_to_cpu(ie->indexed_file);
354 return mref;
360 * cached in mref in which case return mref.
364 if (mref)
365 return mref;
468 mref = le64_to_cpu(ie->indexed_file);
472 return mref;
500 * the mft reference of a matching name cached in mref in which case
501 * return mref.
503 if (mref)
504 return mref;
913 static u32 ntfs_dir_entry_type(ntfs_inode *dir_ni, MFT_REF mref,
920 ni = ntfs_inode_open(dir_ni->vol, mref);
936 (long long)MREF(mref));
941 (long long)MREF(mref));
968 MFT_REF mref;
979 mref = le64_to_cpu(ie->indexed_file);
980 metadata = (MREF(mref) != FILE_root) && (MREF(mref) < FILE_first_user);
987 dt_type = ntfs_dir_entry_type(dir_ni, mref,
1004 mref, dt_type);
1016 mref, dt_type);
1046 MFT_REF mref;
1073 mref = le64_to_cpu(fn->parent_directory);
1075 return mref;
2849 const MFT_REF mref __attribute__((unused)),