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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogfile.c470 RESTART_PAGE_HEADER *rstr2_ph = NULL; local
553 !rstr1_ph ? &rstr1_ph : &rstr2_ph,
592 if (rstr2_ph)
593 ntfs_log_error("BUG: rstr2_ph isn't NULL!\n");
599 if (rstr2_ph) {
608 rstr1_ph = rstr2_ph;
613 free(rstr2_ph);
615 rstr2_ph = NULL;
627 free(rstr2_ph);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlogfile.c493 RESTART_PAGE_HEADER *rstr2_ph = NULL; local
583 !rstr1_ph ? &rstr1_ph : &rstr2_ph,
622 BUG_ON(rstr2_ph);
628 if (rstr2_ph) {
637 rstr1_ph = rstr2_ph;
642 ntfs_free(rstr2_ph);
644 rstr2_ph = NULL;

Completed in 112 milliseconds