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

/linux-master/fs/ntfs3/
H A Dfslog.c1601 struct RECORD_PAGE_HDR *first_tail = NULL; local
1636 if (read_log_page(log, final_off, &first_tail, &usa_error) ||
1637 usa_error || first_tail->rhdr.sign != NTFS_RCRD_SIGNATURE) {
1638 kfree(first_tail);
1639 first_tail = NULL;
1643 first_file_off = hdr_file_off(log, first_tail);
1644 lsn1 = le64_to_cpu(first_tail->record_hdr.last_end_lsn);
1650 first_tail_prev = first_tail;
1656 if (!first_tail && !second_tail)
1659 if (first_tail
[all...]

Completed in 162 milliseconds