Searched refs:MFT_REF (Results 1 – 8 of 8) sorted by relevance
/linux/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 | 472 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, 556 const struct MFT_REF *home, 658 const struct MFT_REF *ref); 660 const struct MFT_REF *ref); 708 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, 771 const struct MFT_REF *ref) in mi_is_ref() 785 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() 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 | 466 struct MFT_REF ref; in ni_ins_new_attr() 665 struct MFT_REF ref; in ni_try_remove_attr_list() 1384 struct MFT_REF ref; in ni_expand_list() 1393 if (memcmp(&ref, &le->ref, sizeof(struct MFT_REF))) in ni_expand_list() 1580 struct MFT_REF ref; in ni_delete_all() 1652 const struct MFT_REF *home_dir, in ni_fname_name() 2350 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() 512 struct MFT_REF *ref = data; in ntfs_test_inode() 519 const struct MFT_REF *ref = data; in ntfs_set_inode() 525 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, in ntfs_iget5()
|
H A D | super.c | 791 struct MFT_REF ref; in ntfs_export_get_inode() 1170 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:
|