Home
last modified time | relevance | path

Searched refs:MFT_REF (Results 1 – 15 of 15) sorted by relevance

/fs/ntfs3/
Dntfs.h181 struct MFT_REF { struct
187 static_assert(sizeof(__le64) == sizeof(struct MFT_REF)); argument
189 static inline CLST ino_get(const struct MFT_REF *ref) in ino_get()
284 struct MFT_REF parent_ref; // 0x20: Parent MFT record.
300 const struct MFT_REF *r = &rec->parent_ref; in is_rec_base()
518 struct MFT_REF ref; // 0x10: MFT record number with attribute.
569 struct MFT_REF home; // 0x00: MFT record for directory.
609 struct MFT_REF ref; // 0x00: MFT record number with this file.
857 struct MFT_REF ref; // 0x20: MFT record number with this file.
938 struct MFT_REF ref; // 0x04: MFT record number with this file
Dntfs_fs.h462 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref,
467 const struct MFT_REF *ref);
544 const struct MFT_REF *home,
643 const struct MFT_REF *ref);
645 const struct MFT_REF *ref);
690 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref,
751 const struct MFT_REF *ref) in mi_is_ref()
765 static inline void mi_get_ref(const struct mft_inode *mi, struct MFT_REF *ref) in mi_get_ref()
Dattrlist.c287 u8 name_len, CLST svcn, __le16 id, const struct MFT_REF *ref, in al_add_le()
390 const struct MFT_REF *ref) in al_delete_le()
Dfsntfs.c189 struct MFT_REF ref; in ntfs_extend_init()
256 struct MFT_REF ref; in ntfs_loadlog_and_replay()
533 struct MFT_REF ref; in ntfs_look_free_mft()
1839 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()
Dfrecord.c462 struct MFT_REF ref; in ni_ins_new_attr()
657 struct MFT_REF ref; in ni_try_remove_attr_list()
1333 struct MFT_REF ref; in ni_expand_list()
1342 if (memcmp(&ref, &le->ref, sizeof(struct MFT_REF))) in ni_expand_list()
1530 struct MFT_REF ref; in ni_delete_all()
1600 const struct MFT_REF *home_dir, in ni_fname_name()
2236 struct MFT_REF ref; in ni_decompress_file()
Dinode.c25 const struct MFT_REF *ref) in ntfs_read_mft()
499 struct MFT_REF *ref = data; in ntfs_test_inode()
506 const struct MFT_REF *ref = data; in ntfs_set_inode()
512 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, in ntfs_iget5()
Dsuper.c607 struct MFT_REF ref; in ntfs_export_get_inode()
900 struct MFT_REF ref; in ntfs_fill_super()
Dfslog.c120 struct MFT_REF ref; // 0x10: File Reference of file containing attribute
129 struct MFT_REF ref; // 0x08:
/fs/ntfs/
Ddir.h22 MFT_REF mref;
31 extern MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni,
Dlayout.h289 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)))
Dmft.h21 extern MFT_RECORD *map_extent_mft_record(ntfs_inode *base_ni, MFT_REF mref,
Dnamei.c96 MFT_REF mref; in ntfs_lookup()
Dsuper.c1254 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()
Ddir.c67 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, in ntfs_lookup_inode_by_name()
Dmft.c235 MFT_RECORD *map_extent_mft_record(ntfs_inode *base_ni, MFT_REF mref, in map_extent_mft_record()