Lines Matching refs:mref
90 u64 mref; in ntfs_lookup_inode_by_name() local
180 name->mref = le64_to_cpu( in ntfs_lookup_inode_by_name()
189 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
192 return mref; in ntfs_lookup_inode_by_name()
233 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
291 return name->mref; in ntfs_lookup_inode_by_name()
440 name->mref = le64_to_cpu( in ntfs_lookup_inode_by_name()
449 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
452 return mref; in ntfs_lookup_inode_by_name()
495 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
582 return name->mref; in ntfs_lookup_inode_by_name()
643 u64 mref;
723 mref = le64_to_cpu(ie->data.dir.indexed_file);
726 return mref;
910 mref = le64_to_cpu(ie->data.dir.indexed_file);
913 return mref;
1029 unsigned long mref; in ntfs_filldir() local
1061 mref = MREF_LE(ie->data.dir.indexed_file); in ntfs_filldir()
1069 "0x%lx, DT_%s.", name, name_len, actor->pos, mref, in ntfs_filldir()
1071 if (!dir_emit(actor, name, name_len, mref, dt_type)) in ntfs_filldir()