Home
last modified time | relevance | path

Searched refs:MFT_REC (Results 1 – 9 of 9) sorted by relevance

/linux/fs/ntfs3/
H A Drecord.c37 struct MFT_REC *rec = mi->mrec; in mi_new_attt_id()
118 struct MFT_REC *rec = mi->mrec; in mi_read()
201 const struct MFT_REC *rec = mi->mrec; in mi_enum_attr()
420 struct MFT_REC *rec; in mi_write()
447 struct MFT_REC *rec; in mi_format_new()
510 struct MFT_REC *rec = mi->mrec; in mi_insert_attr()
571 struct MFT_REC *rec = mi->mrec; in mi_remove_attr()
600 struct MFT_REC *rec = mi->mrec; in mi_resize_attr()
658 struct MFT_REC *rec = mi->mrec; in mi_pack_runs()
H A Dntfs.h273 struct MFT_REC { struct
291 #define MFTRECORD_FIXUP_OFFSET_1 offsetof(struct MFT_REC, res) argument
292 #define MFTRECORD_FIXUP_OFFSET_3 offsetof(struct MFT_REC, fixups)
306 static inline bool is_rec_base(const struct MFT_REC *rec) in is_rec_base()
313 static inline bool is_mft_rec5(const struct MFT_REC *rec) in is_mft_rec5()
316 offsetof(struct MFT_REC, fixups); in is_mft_rec5()
319 static inline bool is_rec_inuse(const struct MFT_REC *rec) in is_rec_inuse()
324 static inline bool clear_rec_inuse(struct MFT_REC *rec) in clear_rec_inuse()
H A Dfslog.c2746 static inline bool check_attr(const struct MFT_REC *rec, in check_attr()
2840 static inline bool check_file_record(const struct MFT_REC *rec, in check_file_record()
2841 const struct MFT_REC *rec2, in check_file_record()
2899 static inline bool check_if_attr(const struct MFT_REC *rec, in check_if_attr()
2923 static inline bool check_if_index_root(const struct MFT_REC *rec, in check_if_index_root()
3000 static inline void change_attr_size(struct MFT_REC *rec, struct ATTRIB *attr, in change_attr_size()
3132 struct MFT_REC *rec = NULL; in do_action()
H A Dntfs_fs.h252 struct MFT_REC *new_rec;
337 struct MFT_REC *mrec;
H A Dfrecord.c633 struct MFT_REC *mrec; in ni_try_remove_attr_list()
775 struct MFT_REC *rec; in ni_create_attr_list()
1083 struct MFT_REC *rec; in ni_insert_attr()
2172 struct MFT_REC *rec = mi->mrec; in ni_decompress_file()
H A Dattrib.c261 struct MFT_REC *rec; in attr_make_nonresident()
388 struct MFT_REC *rec = mi->mrec; in attr_set_size_res()
454 struct MFT_REC *rec; in attr_set_size_ex()
H A Dinode.c50 struct MFT_REC *rec; in ntfs_read_mft()
1400 struct MFT_REC *rec; in ntfs_create_inode()
H A Dsuper.c977 struct MFT_REC *rec; in ntfs_init_from_boot()
H A Dfsntfs.c643 struct MFT_REC *mrec; in ntfs_look_free_mft()