Lines Matching refs:mref
76 u64 mref; in ntfs_lookup_inode_by_name() local
166 name->mref = le64_to_cpu( in ntfs_lookup_inode_by_name()
175 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
178 return mref; in ntfs_lookup_inode_by_name()
219 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
277 return name->mref; in ntfs_lookup_inode_by_name()
426 name->mref = le64_to_cpu( in ntfs_lookup_inode_by_name()
435 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
438 return mref; in ntfs_lookup_inode_by_name()
481 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
568 return name->mref; in ntfs_lookup_inode_by_name()
629 u64 mref;
709 mref = le64_to_cpu(ie->data.dir.indexed_file);
712 return mref;
896 mref = le64_to_cpu(ie->data.dir.indexed_file);
899 return mref;
1015 unsigned long mref; in ntfs_filldir() local
1047 mref = MREF_LE(ie->data.dir.indexed_file); in ntfs_filldir()
1055 "0x%lx, DT_%s.", name, name_len, actor->pos, mref, in ntfs_filldir()
1057 if (!dir_emit(actor, name, name_len, mref, dt_type)) in ntfs_filldir()