Searched refs:MFT_REF (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/ntfs3/ |
| H A D | ntfs.h | 175 struct MFT_REF { struct 181 static_assert(sizeof(__le64) == sizeof(struct MFT_REF)); argument 183 static inline CLST ino_get(const struct MFT_REF *ref) in ino_get() 278 struct MFT_REF parent_ref; // 0x20: Parent MFT record. 303 const struct MFT_REF *r = &rec->parent_ref; in is_rec_base() 521 struct MFT_REF ref; // 0x10: MFT record number with attribute. 570 struct MFT_REF home; // 0x00: MFT record for directory. 610 struct MFT_REF ref; // 0x00: MFT record number with this file. 866 struct MFT_REF ref; // 0x20: MFT record number with this file. 951 struct MFT_REF ref; // 0x04: MFT record number with this file
|
| H A D | ntfs_fs.h | 473 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, 554 const struct MFT_REF *home, 655 const struct MFT_REF *ref); 657 const struct MFT_REF *ref); 705 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, 767 const struct MFT_REF *ref) in mi_is_ref() 781 static inline void mi_get_ref(const struct mft_inode *mi, struct MFT_REF *ref) in mi_get_ref()
|
| 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() 1841 struct MFT_REF ref; in ntfs_security_init() 2352 const struct MFT_REF *ref) in ntfs_insert_reparse() 2382 const struct MFT_REF *ref) in ntfs_remove_reparse()
|
| H A D | frecord.c | 414 struct MFT_REF ref; in ni_ins_new_attr() 613 struct MFT_REF ref; in ni_try_remove_attr_list() 1332 struct MFT_REF ref; in ni_expand_list() 1341 if (memcmp(&ref, &le->ref, sizeof(struct MFT_REF))) in ni_expand_list() 1528 struct MFT_REF ref; in ni_delete_all() 1600 const struct MFT_REF *home_dir, in ni_fname_name() 2223 struct MFT_REF ref; in ni_decompress_file()
|
| H A D | attrlist.c | 287 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, in al_add_le()
|
| H A D | inode.c | 25 const struct MFT_REF *ref) in ntfs_read_mft() 515 struct MFT_REF *ref = data; in ntfs_test_inode() 522 const struct MFT_REF *ref = data; in ntfs_set_inode() 528 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, in ntfs_iget5()
|
| H A D | super.c | 832 struct MFT_REF ref; in ntfs_export_get_inode() 1211 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:
|