Searched refs:MFT_REF (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | ntfs.h | 179 struct MFT_REF { struct 185 static_assert(sizeof(__le64) == sizeof(struct MFT_REF)); argument 187 static inline CLST ino_get(const struct MFT_REF *ref) in ino_get() 282 struct MFT_REF parent_ref; // 0x20: Parent MFT record. 307 const struct MFT_REF *r = &rec->parent_ref; in is_rec_base() 525 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. 869 struct MFT_REF ref; // 0x20: MFT record number with this file. 954 struct MFT_REF ref; // 0x04: MFT record number with this file
|
| H A D | ntfs_fs.h | 509 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, 588 const struct MFT_REF *home, 719 const struct MFT_REF *ref); 721 const struct MFT_REF *ref); 774 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, 832 const struct MFT_REF *ref) in mi_is_ref() 846 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() 585 struct MFT_REF ref; in ntfs_look_free_mft() 1867 struct MFT_REF ref; in ntfs_security_init() 2378 const struct MFT_REF *ref) in ntfs_insert_reparse() 2408 const struct MFT_REF *ref) in ntfs_remove_reparse()
|
| H A D | frecord.c | 418 struct MFT_REF ref; in ni_ins_new_attr() 617 struct MFT_REF ref; in ni_try_remove_attr_list() 1336 struct MFT_REF ref; in ni_expand_list() 1345 if (memcmp(&ref, &le->ref, sizeof(struct MFT_REF))) in ni_expand_list() 1532 struct MFT_REF ref; in ni_delete_all() 1604 const struct MFT_REF *home_dir, in ni_fname_name() 2065 struct MFT_REF ref; in ni_decompress_file()
|
| H A D | attrlist.c | 296 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, in al_add_le()
|
| H A D | inode.c | 26 const struct MFT_REF *ref) in ntfs_read_mft() 516 struct MFT_REF *ref = data; in ntfs_test_inode() 523 const struct MFT_REF *ref = data; in ntfs_set_inode() 529 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, in ntfs_iget5()
|
| H A D | super.c | 878 struct MFT_REF ref; in ntfs_export_get_inode() 1264 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:
|