Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ntfs/
Dlogfile.c492 RESTART_PAGE_HEADER *rstr1_ph = NULL; in ntfs_check_logfile() local
583 !rstr1_ph ? &rstr1_ph : &rstr2_ph, in ntfs_check_logfile()
584 !rstr1_ph ? &rstr1_lsn : &rstr2_lsn); in ntfs_check_logfile()
621 if (!rstr1_ph) { in ntfs_check_logfile()
636 ntfs_free(rstr1_ph); in ntfs_check_logfile()
637 rstr1_ph = rstr2_ph; in ntfs_check_logfile()
648 *rp = rstr1_ph; in ntfs_check_logfile()
650 ntfs_free(rstr1_ph); in ntfs_check_logfile()
654 if (rstr1_ph) in ntfs_check_logfile()
655 ntfs_free(rstr1_ph); in ntfs_check_logfile()