/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | dir.h | 22 MFT_REF mref; 31 extern MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni,
|
H A D | mft.h | 21 extern MFT_RECORD *map_extent_mft_record(ntfs_inode *base_ni, MFT_REF mref,
|
H A D | layout.h | 280 * Typedef the MFT_REF as a 64-bit value for easier handling. 289 typedef u64 MFT_REF; typedef 292 #define MK_MREF(m, s) ((MFT_REF)(((MFT_REF)(s) << 48) | \ 293 ((MFT_REF)(m) & MFT_REF_MASK_CPU))) 322 reused. (See description for MFT_REF 391 reused. (See description for MFT_REF
|
H A D | namei.c | 96 MFT_REF mref; in ntfs_lookup()
|
H A D | super.c | 1254 MFT_REF mref; in check_windows_hibernation_status() 1351 MFT_REF mref; in load_and_init_quota() 1427 MFT_REF mref; in load_and_init_usnjrnl()
|
H A D | dir.c | 67 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, in ntfs_lookup_inode_by_name()
|
H A D | mft.c | 235 MFT_RECORD *map_extent_mft_record(ntfs_inode *base_ni, MFT_REF mref, in map_extent_mft_record()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | dir.h | 22 MFT_REF mref; 31 extern MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni,
|
H A D | mft.h | 21 extern MFT_RECORD *map_extent_mft_record(ntfs_inode *base_ni, MFT_REF mref,
|
H A D | layout.h | 280 * Typedef the MFT_REF as a 64-bit value for easier handling. 289 typedef u64 MFT_REF; typedef 292 #define MK_MREF(m, s) ((MFT_REF)(((MFT_REF)(s) << 48) | \ 293 ((MFT_REF)(m) & MFT_REF_MASK_CPU))) 322 reused. (See description for MFT_REF 391 reused. (See description for MFT_REF
|
H A D | namei.c | 96 MFT_REF mref; in ntfs_lookup()
|
H A D | super.c | 1262 MFT_REF mref; in check_windows_hibernation_status() 1359 MFT_REF mref; in load_and_init_quota() 1435 MFT_REF mref; in load_and_init_usnjrnl()
|
H A D | dir.c | 67 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, in ntfs_lookup_inode_by_name()
|
H A D | mft.c | 235 MFT_RECORD *map_extent_mft_record(ntfs_inode *base_ni, MFT_REF mref, in map_extent_mft_record()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | ntfs.h | 178 struct MFT_REF { struct 184 static_assert(sizeof(__le64) == sizeof(struct MFT_REF)); 186 static inline CLST ino_get(const struct MFT_REF *ref) in ino_get() 281 struct MFT_REF parent_ref; // 0x20: Parent MFT record. 306 const struct MFT_REF *r = &rec->parent_ref; in is_rec_base() 524 struct MFT_REF ref; // 0x10: MFT record number with attribute. 573 struct MFT_REF home; // 0x00: MFT record for directory. 613 struct MFT_REF ref; // 0x00: MFT record number with this file. 868 struct MFT_REF ref; // 0x20: MFT record number with this file. 953 struct MFT_REF re [all...] |
H A D | ntfs_fs.h | 470 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, 474 const __le16 *name, u8 name_len, const struct MFT_REF *ref); 549 const struct MFT_REF *home, 650 const struct MFT_REF *ref); 652 const struct MFT_REF *ref); 700 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, 765 const struct MFT_REF *ref) in mi_is_ref() 779 static inline void mi_get_ref(const struct mft_inode *mi, struct MFT_REF *ref) in mi_get_ref()
|
H A D | attrlist.c | 287 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, in al_add_le() 389 const __le16 *name, u8 name_len, const struct MFT_REF *ref) in al_delete_le()
|
H A D | fsntfs.c | 214 struct MFT_REF ref; in ntfs_extend_init() 281 struct MFT_REF ref; in ntfs_loadlog_and_replay() 562 struct MFT_REF ref; in ntfs_look_free_mft() 1865 struct MFT_REF ref; in ntfs_security_init() 2376 const struct MFT_REF *ref) in ntfs_insert_reparse() 2406 const struct MFT_REF *ref) in ntfs_remove_reparse()
|
H A D | frecord.c | 464 struct MFT_REF ref; in ni_ins_new_attr() 663 struct MFT_REF ref; in ni_try_remove_attr_list() 1382 struct MFT_REF ref; in ni_expand_list() 1391 if (memcmp(&ref, &le->ref, sizeof(struct MFT_REF))) in ni_expand_list() 1578 struct MFT_REF ref; in ni_delete_all() 1648 const struct MFT_REF *home_dir, in ni_fname_name() 2284 struct MFT_REF ref; in ni_decompress_file()
|
H A D | inode.c | 25 const struct MFT_REF *ref) in ntfs_read_mft() 507 struct MFT_REF *ref = data; in ntfs_test_inode() 514 const struct MFT_REF *ref = data; in ntfs_set_inode() 520 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, in ntfs_iget5()
|
H A D | super.c | 785 struct MFT_REF ref; in ntfs_export_get_inode() 1163 struct MFT_REF ref; in ntfs_fill_super()
|
H A D | fslog.c | 120 struct MFT_REF ref; // 0x10: File Reference of file containing attribute 129 struct MFT_REF ref; // 0x08:
|