Lines Matching defs:ntfs_log

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