Lines Matching defs:log

1064 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn)  in lsn_to_vbo()
1072 static inline u32 next_page_off(struct ntfs_log *log, u32 off) in next_page_off()
1078 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off()
1083 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn()
1088 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file()
1094 static inline u32 hdr_file_off(struct ntfs_log *log, in hdr_file_off()
1103 static inline u64 base_lsn(struct ntfs_log *log, in base_lsn()
1120 static inline bool verify_client_lsn(struct ntfs_log *log, in verify_client_lsn()
1127 static int read_log_page(struct ntfs_log *log, u32 vbo, in read_log_page()
1188 static int log_read_rst(struct ntfs_log *log, bool first, in log_read_rst()
1298 static void log_init_pg_hdr(struct ntfs_log *log, u16 major_ver, u16 minor_ver) in log_init_pg_hdr()
1316 static void log_create(struct ntfs_log *log, const u64 last_lsn, in log_create()
1379 static struct RESTART_AREA *log_create_ra(struct ntfs_log *log) in log_create_ra()
1408 static u32 final_log_off(struct ntfs_log *log, u64 lsn, u32 data_len) in final_log_off()
1449 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, in next_log_lsn()
1505 static u32 current_log_avail(struct ntfs_log *log) in current_log_avail()
1549 static bool check_subseq_log_page(struct ntfs_log *log, in check_subseq_log_page()
1581 static int last_log_lsn(struct ntfs_log *log) in last_log_lsn()
2235 static int read_log_rec_buf(struct ntfs_log *log, in read_log_rec_buf()
2304 static int read_rst_area(struct ntfs_log *log, struct NTFS_RESTART **rst_, in read_rst_area()
2370 static int find_log_rec(struct ntfs_log *log, u64 lsn, struct lcb *lcb) in find_log_rec()
2437 static int read_log_rec_lcb(struct ntfs_log *log, u64 lsn, u32 ctx_mode, in read_log_rec_lcb()
2484 static int find_client_next_lsn(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in find_client_next_lsn()
2561 static int read_next_log_rec(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in read_next_log_rec()
2953 static struct OpenAttr *find_loaded_attr(struct ntfs_log *log, in find_loaded_attr()
3020 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action()
3725 struct ntfs_log *log; in log_replay() local