Searched refs:ntfs_log (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | fslog.c | 1053 struct ntfs_log { struct 1117 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo() argument 1125 static inline u32 next_page_off(struct ntfs_log *log, u32 off) in next_page_off() 1131 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off() 1136 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn() 1141 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file() 1147 static inline u32 hdr_file_off(struct ntfs_log *log, in hdr_file_off() 1156 static inline u64 base_lsn(struct ntfs_log *log, in base_lsn() 1173 static inline bool verify_client_lsn(struct ntfs_log *log, in verify_client_lsn() 1180 static int read_log_page(struct ntfs_log *log, u32 vbo, in read_log_page() [all …]
|