Lines Matching defs:log

1045 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn)  in lsn_to_vbo()
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()
1179 static int log_read_rst(struct ntfs_log *log, u32 l_size, bool first, in log_read_rst()
1312 static void log_init_pg_hdr(struct ntfs_log *log, u32 sys_page_size, in log_init_pg_hdr()
1335 static void log_create(struct ntfs_log *log, u32 l_size, const u64 last_lsn, in log_create()
1399 static struct RESTART_AREA *log_create_ra(struct ntfs_log *log) in log_create_ra()
1428 static u32 final_log_off(struct ntfs_log *log, u64 lsn, u32 data_len) in final_log_off()
1469 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, in next_log_lsn()
1525 static u32 current_log_avail(struct ntfs_log *log) in current_log_avail()
1570 static bool check_subseq_log_page(struct ntfs_log *log, in check_subseq_log_page()
1602 static int last_log_lsn(struct ntfs_log *log) in last_log_lsn()
2254 static int read_log_rec_buf(struct ntfs_log *log, in read_log_rec_buf()
2323 static int read_rst_area(struct ntfs_log *log, struct NTFS_RESTART **rst_, in read_rst_area()
2389 static int find_log_rec(struct ntfs_log *log, u64 lsn, struct lcb *lcb) in find_log_rec()
2456 static int read_log_rec_lcb(struct ntfs_log *log, u64 lsn, u32 ctx_mode, in read_log_rec_lcb()
2503 static int find_client_next_lsn(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in find_client_next_lsn()
2580 static int read_next_log_rec(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in read_next_log_rec()
2968 static struct OpenAttr *find_loaded_attr(struct ntfs_log *log, in find_loaded_attr()
3035 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action()
3741 struct ntfs_log *log; in log_replay() local