Searched refs:rstr1_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.c469 RESTART_PAGE_HEADER *rstr1_ph = NULL; local
553 !rstr1_ph ? &rstr1_ph : &rstr2_ph,
554 !rstr1_ph ? &rstr1_lsn : &rstr2_lsn);
591 if (!rstr1_ph) {
607 free(rstr1_ph);
608 rstr1_ph = rstr2_ph;
619 *rp = rstr1_ph;
621 free(rstr1_ph);
626 free(rstr1_ph);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlogfile.c492 RESTART_PAGE_HEADER *rstr1_ph = NULL; local
583 !rstr1_ph ? &rstr1_ph : &rstr2_ph,
584 !rstr1_ph ? &rstr1_lsn : &rstr2_lsn);
621 if (!rstr1_ph) {
636 ntfs_free(rstr1_ph);
637 rstr1_ph = rstr2_ph;
648 *rp = rstr1_ph;
650 ntfs_free(rstr1_ph);
654 if (rstr1_ph)
[all...]

Completed in 33 milliseconds