Home
last modified time | relevance | path

Searched refs:rstr1_ph (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/ntfs/
Dlogfile.c479 RESTART_PAGE_HEADER *rstr1_ph = NULL; in ntfs_check_logfile() local
570 !rstr1_ph ? &rstr1_ph : &rstr2_ph, in ntfs_check_logfile()
571 !rstr1_ph ? &rstr1_lsn : &rstr2_lsn); in ntfs_check_logfile()
608 if (!rstr1_ph) { in ntfs_check_logfile()
623 ntfs_free(rstr1_ph); in ntfs_check_logfile()
624 rstr1_ph = rstr2_ph; in ntfs_check_logfile()
635 *rp = rstr1_ph; in ntfs_check_logfile()
637 ntfs_free(rstr1_ph); in ntfs_check_logfile()
641 if (rstr1_ph) in ntfs_check_logfile()
642 ntfs_free(rstr1_ph); in ntfs_check_logfile()