Lines Matching defs:log
1060 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo()
1068 static inline u32 next_page_off(struct ntfs_log *log, u32 off) in next_page_off()
1074 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off()
1079 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn()
1084 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file()
1090 static inline u32 hdr_file_off(struct ntfs_log *log, in hdr_file_off()
1099 static inline u64 base_lsn(struct ntfs_log *log, in base_lsn()
1116 static inline bool verify_client_lsn(struct ntfs_log *log, in verify_client_lsn()
1123 static int read_log_page(struct ntfs_log *log, u32 vbo, in read_log_page()
1184 static int log_read_rst(struct ntfs_log *log, bool first, in log_read_rst()
1293 static void log_init_pg_hdr(struct ntfs_log *log, u16 major_ver, u16 minor_ver) in log_init_pg_hdr()
1311 static void log_create(struct ntfs_log *log, const u64 last_lsn, in log_create()
1374 static struct RESTART_AREA *log_create_ra(struct ntfs_log *log) in log_create_ra()
1403 static u32 final_log_off(struct ntfs_log *log, u64 lsn, u32 data_len) in final_log_off()
1444 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, in next_log_lsn()
1500 static u32 current_log_avail(struct ntfs_log *log) in current_log_avail()
1544 static bool check_subseq_log_page(struct ntfs_log *log, in check_subseq_log_page()
1576 static int last_log_lsn(struct ntfs_log *log) in last_log_lsn()
2230 static int read_log_rec_buf(struct ntfs_log *log, in read_log_rec_buf()
2299 static int read_rst_area(struct ntfs_log *log, struct NTFS_RESTART **rst_, in read_rst_area()
2365 static int find_log_rec(struct ntfs_log *log, u64 lsn, struct lcb *lcb) in find_log_rec()
2432 static int read_log_rec_lcb(struct ntfs_log *log, u64 lsn, u32 ctx_mode, in read_log_rec_lcb()
2479 static int find_client_next_lsn(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in find_client_next_lsn()
2556 static int read_next_log_rec(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in read_next_log_rec()
2948 static struct OpenAttr *find_loaded_attr(struct ntfs_log *log, in find_loaded_attr()
3015 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action()
3720 struct ntfs_log *log; in log_replay() local