Searched refs:MFT_REC (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/fs/ntfs3/ |
D | record.c | 37 struct MFT_REC *rec = mi->mrec; in mi_new_attt_id() 118 struct MFT_REC *rec = mi->mrec; in mi_read() 188 const struct MFT_REC *rec = mi->mrec; in mi_enum_attr() 321 struct MFT_REC *rec; in mi_write() 348 struct MFT_REC *rec; in mi_format_new() 409 struct MFT_REC *rec = mi->mrec; in mi_insert_attr() 469 struct MFT_REC *rec = mi->mrec; in mi_remove_attr() 493 struct MFT_REC *rec = mi->mrec; in mi_resize_attr() 547 struct MFT_REC *rec = mi->mrec; in mi_pack_runs()
|
D | ntfs.h | 274 struct MFT_REC { struct 292 #define MFTRECORD_FIXUP_OFFSET_1 offsetof(struct MFT_REC, res) argument 293 #define MFTRECORD_FIXUP_OFFSET_3 offsetof(struct MFT_REC, fixups) 298 static inline bool is_rec_base(const struct MFT_REC *rec) in is_rec_base() 305 static inline bool is_mft_rec5(const struct MFT_REC *rec) in is_mft_rec5() 308 offsetof(struct MFT_REC, fixups); in is_mft_rec5() 311 static inline bool is_rec_inuse(const struct MFT_REC *rec) in is_rec_inuse() 316 static inline bool clear_rec_inuse(struct MFT_REC *rec) in clear_rec_inuse()
|
D | fslog.c | 2690 static inline bool check_attr(const struct MFT_REC *rec, in check_attr() 2781 static inline bool check_file_record(const struct MFT_REC *rec, in check_file_record() 2782 const struct MFT_REC *rec2, in check_file_record() 2830 static inline bool check_if_attr(const struct MFT_REC *rec, in check_if_attr() 2854 static inline bool check_if_index_root(const struct MFT_REC *rec, in check_if_index_root() 2931 static inline void change_attr_size(struct MFT_REC *rec, struct ATTRIB *attr, in change_attr_size() 3043 struct MFT_REC *rec = NULL; in do_action()
|
D | ntfs_fs.h | 239 struct MFT_REC *new_rec; 318 struct MFT_REC *mrec;
|
D | frecord.c | 653 struct MFT_REC *mrec; in ni_try_remove_attr_list() 794 struct MFT_REC *rec; in ni_create_attr_list() 1087 struct MFT_REC *rec; in ni_insert_attr() 2325 struct MFT_REC *rec = mi->mrec; in ni_decompress_file()
|
D | attrib.c | 240 struct MFT_REC *rec; in attr_make_nonresident() 364 struct MFT_REC *rec = mi->mrec; in attr_set_size_res() 424 struct MFT_REC *rec; in attr_set_size()
|
D | inode.c | 45 struct MFT_REC *rec; in ntfs_read_mft() 1182 struct MFT_REC *rec; in ntfs_create_inode()
|
D | super.c | 691 struct MFT_REC *rec; in ntfs_init_from_boot()
|
D | fsntfs.c | 585 struct MFT_REC *mrec; in ntfs_look_free_mft()
|