Home
last modified time | relevance | path

Searched refs:NTFS_RECORD_HEADER (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dntfs.h247 struct NTFS_RECORD_HEADER { struct
255 static_assert(sizeof(struct NTFS_RECORD_HEADER) == 0x10);
257 static inline int is_baad(const struct NTFS_RECORD_HEADER *hdr) in is_baad()
272 struct NTFS_RECORD_HEADER rhdr; // 'FILE'
758 struct NTFS_RECORD_HEADER rhdr; // 'INDX'
H A Dntfs_fs.h590 bool ntfs_fix_pre_write(struct NTFS_RECORD_HEADER *rhdr, size_t bytes);
591 int ntfs_fix_post_read(struct NTFS_RECORD_HEADER *rhdr, size_t bytes,
623 struct NTFS_RECORD_HEADER *rhdr, u32 bytes,
627 int ntfs_write_bh(struct ntfs_sb_info *sbi, struct NTFS_RECORD_HEADER *rhdr,
H A Dfsntfs.c131 bool ntfs_fix_pre_write(struct NTFS_RECORD_HEADER *rhdr, size_t bytes) in ntfs_fix_pre_write()
168 int ntfs_fix_post_read(struct NTFS_RECORD_HEADER *rhdr, size_t bytes, in ntfs_fix_post_read()
1310 struct NTFS_RECORD_HEADER *rhdr, u32 bytes, in ntfs_read_bh()
1415 int ntfs_write_bh(struct ntfs_sb_info *sbi, struct NTFS_RECORD_HEADER *rhdr, in ntfs_write_bh()
H A Dfslog.c28 struct NTFS_RECORD_HEADER rhdr; // 'RSTR'
268 struct NTFS_RECORD_HEADER rhdr; // 'RCRD'
1549 const struct NTFS_RECORD_HEADER *rhdr = &rp->rhdr; in check_subseq_log_page()
2623 const struct NTFS_RECORD_HEADER *r = &ib->rhdr; in check_index_buffer()
2793 static inline int check_lsn(const struct NTFS_RECORD_HEADER *hdr, in check_lsn()
H A Dindex.c637 const struct NTFS_RECORD_HEADER *rhdr = &ib->rhdr; in index_buf_check()

Completed in 21 milliseconds