Searched refs:checkpt_lsn (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ntfs3/
H A Dfslog.c3722 u64 rec_lsn, checkpt_lsn = 0, rlsn = 0; local
4092 err = read_rst_area(log, &rst, &checkpt_lsn);
4102 checkpt_lsn = le64_to_cpu(rst->check_point_start);
4331 * If the checkpt_lsn is zero, then this is a freshly
4334 if (!checkpt_lsn) {
4350 rec_lsn = checkpt_lsn;
4353 err = read_log_rec_lcb(log, checkpt_lsn, lcb_ctx_next, &lcb);

Completed in 124 milliseconds