Searched refs:free_fid_stack (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c806 if (lp->free_fid_stack == INVALID_ROFF ||
816 if (lp->free_fid_stack != INVALID_ROFF) {
817 stack = R_ADDR(infop, lp->free_fid_stack);
822 lp->free_fid_stack = R_OFFSET(infop, newstack);
827 stack = R_ADDR(infop, lp->free_fid_stack);
845 if (lp->free_fid_stack != INVALID_ROFF && lp->free_fids > 0) {
846 stack = R_ADDR(&dblp->reginfo, lp->free_fid_stack);
880 if (lp->free_fid_stack != INVALID_ROFF) {
881 stack = R_ADDR(&dblp->reginfo, lp->free_fid_stack);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h209 roff_t free_fid_stack; /* Stack of free file ids. */ member in struct:__log
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c220 lp->free_fid_stack = INVALID_ROFF;
854 if (lp->free_fid_stack != INVALID_ROFF)
856 R_ADDR(reginfo, lp->free_fid_stack));

Completed in 51 milliseconds