Searched refs:ntfs_log (Results 1 – 1 of 1) sorted by relevance
/fs/ntfs3/ |
D | fslog.c | 986 struct ntfs_log { struct 1045 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo() argument 1053 static inline u32 next_page_off(struct ntfs_log *log, u32 off) in next_page_off() 1059 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off() 1064 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn() 1069 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file() 1075 static inline u32 hdr_file_off(struct ntfs_log *log, in hdr_file_off() 1084 static inline u64 base_lsn(struct ntfs_log *log, in base_lsn() 1101 static inline bool verify_client_lsn(struct ntfs_log *log, in verify_client_lsn() 1118 static int read_log_page(struct ntfs_log *log, u32 vbo, in read_log_page() [all …]
|