Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dlogfile.c479 RESTART_PAGE_HEADER *rstr1_ph = NULL; in ntfs_check_logfile() local
569 !rstr1_ph ? &rstr1_ph : &rstr2_ph, in ntfs_check_logfile()
570 !rstr1_ph ? &rstr1_lsn : &rstr2_lsn); in ntfs_check_logfile()
607 if (!rstr1_ph) { in ntfs_check_logfile()
622 ntfs_free(rstr1_ph); in ntfs_check_logfile()
623 rstr1_ph = rstr2_ph; in ntfs_check_logfile()
634 *rp = rstr1_ph; in ntfs_check_logfile()
636 ntfs_free(rstr1_ph); in ntfs_check_logfile()
640 if (rstr1_ph) in ntfs_check_logfile()
641 ntfs_free(rstr1_ph); in ntfs_check_logfile()