Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlogfile.c493 RESTART_PAGE_HEADER *rstr1_ph = NULL; in ntfs_check_logfile() local
584 !rstr1_ph ? &rstr1_ph : &rstr2_ph, in ntfs_check_logfile()
585 !rstr1_ph ? &rstr1_lsn : &rstr2_lsn); in ntfs_check_logfile()
622 if (!rstr1_ph) { in ntfs_check_logfile()
637 ntfs_free(rstr1_ph); in ntfs_check_logfile()
638 rstr1_ph = rstr2_ph; in ntfs_check_logfile()
649 *rp = rstr1_ph; in ntfs_check_logfile()
651 ntfs_free(rstr1_ph); in ntfs_check_logfile()
655 if (rstr1_ph) in ntfs_check_logfile()
656 ntfs_free(rstr1_ph); in ntfs_check_logfile()