Lines Matching refs:mref
77 u64 mref; in ntfs_lookup_inode_by_name() local
167 name->mref = le64_to_cpu( in ntfs_lookup_inode_by_name()
176 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
179 return mref; in ntfs_lookup_inode_by_name()
220 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
278 return name->mref; in ntfs_lookup_inode_by_name()
427 name->mref = le64_to_cpu( in ntfs_lookup_inode_by_name()
436 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
439 return mref; in ntfs_lookup_inode_by_name()
482 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
569 return name->mref; in ntfs_lookup_inode_by_name()
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; in ntfs_filldir() local
1048 mref = MREF_LE(ie->data.dir.indexed_file); in ntfs_filldir()
1056 "0x%lx, DT_%s.", name, name_len, actor->pos, mref, in ntfs_filldir()
1058 if (!dir_emit(actor, name, name_len, mref, dt_type)) in ntfs_filldir()