Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
H A 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()
[all...]
/kernel/linux/linux-6.6/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()
[all...]

Completed in 3 milliseconds