Lines Matching refs:ntfs_log

1017 struct ntfs_log {  struct
1079 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo() argument
1087 static inline u32 next_page_off(struct ntfs_log *log, u32 off) in next_page_off()
1093 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off()
1098 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn()
1103 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file()
1109 static inline u32 hdr_file_off(struct ntfs_log *log, in hdr_file_off()
1118 static inline u64 base_lsn(struct ntfs_log *log, in base_lsn()
1135 static inline bool verify_client_lsn(struct ntfs_log *log, in verify_client_lsn()
1142 static int read_log_page(struct ntfs_log *log, u32 vbo, in read_log_page()
1203 static int log_read_rst(struct ntfs_log *log, bool first, in log_read_rst()
1313 static void log_init_pg_hdr(struct ntfs_log *log, u16 major_ver, u16 minor_ver) in log_init_pg_hdr()
1331 static void log_create(struct ntfs_log *log, const u64 last_lsn, in log_create()
1394 static struct RESTART_AREA *log_create_ra(struct ntfs_log *log) in log_create_ra()
1423 static u32 final_log_off(struct ntfs_log *log, u64 lsn, u32 data_len) in final_log_off()
1464 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, in next_log_lsn()
1520 static u32 current_log_avail(struct ntfs_log *log) in current_log_avail()
1564 static bool check_subseq_log_page(struct ntfs_log *log, in check_subseq_log_page()
1596 static int last_log_lsn(struct ntfs_log *log) in last_log_lsn()
2250 static int read_log_rec_buf(struct ntfs_log *log, in read_log_rec_buf()
2319 static int read_rst_area(struct ntfs_log *log, struct NTFS_RESTART **rst_, in read_rst_area()
2385 static int find_log_rec(struct ntfs_log *log, u64 lsn, struct lcb *lcb) in find_log_rec()
2452 static int read_log_rec_lcb(struct ntfs_log *log, u64 lsn, u32 ctx_mode, in read_log_rec_lcb()
2499 static int find_client_next_lsn(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in find_client_next_lsn()
2576 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()
3740 struct ntfs_log *log; in log_replay()
3779 log = kzalloc(sizeof(struct ntfs_log), GFP_NOFS); in log_replay()