Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dntfs.h268 struct MFT_REC { struct
286 #define MFTRECORD_FIXUP_OFFSET_1 offsetof(struct MFT_REC, res) argument
287 #define MFTRECORD_FIXUP_OFFSET_3 offsetof(struct MFT_REC, fixups)
301 static inline bool is_rec_base(const struct MFT_REC *rec) in is_rec_base()
308 static inline bool is_mft_rec5(const struct MFT_REC *rec) in is_mft_rec5()
311 offsetof(struct MFT_REC, fixups); in is_mft_rec5()
314 static inline bool is_rec_inuse(const struct MFT_REC *rec) in is_rec_inuse()
319 static inline bool clear_rec_inuse(struct MFT_REC *rec) in clear_rec_inuse()