Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dlogfile.c461 struct restart_page_header *rstr1_ph = NULL; in ntfs_check_logfile() local
554 !rstr1_ph ? &rstr1_ph : &rstr2_ph, in ntfs_check_logfile()
555 !rstr1_ph ? &rstr1_lsn : &rstr2_lsn); in ntfs_check_logfile()
595 if (!rstr1_ph) { in ntfs_check_logfile()
608 kvfree(rstr1_ph); in ntfs_check_logfile()
609 rstr1_ph = rstr2_ph; in ntfs_check_logfile()
619 *rp = rstr1_ph; in ntfs_check_logfile()
621 kvfree(rstr1_ph); in ntfs_check_logfile()
625 if (rstr1_ph) in ntfs_check_logfile()
626 kvfree(rstr1_ph); in ntfs_check_logfile()