Home | History | Annotate | Download | only in restore

Lines Matching refs:e_flags

80 		ep->e_flags |= NEW|KEEP;
93 if (ep->e_flags & TMPNAME)
95 ep->e_flags |= TMPNAME;
149 np->e_flags |= EXISTED;
168 ep->e_flags |= REMOVED;
169 ep->e_flags &= ~TMPNAME;
188 ep->e_flags |= REMOVED;
189 ep->e_flags &= ~TMPNAME;
254 ep->e_flags |= REMOVED;
255 ep->e_flags &= ~TMPNAME;
277 if (ep->e_flags & (NEW|EXTRACT))
295 if (ep->e_flags & (NEW|EXTRACT))
336 if (ep->e_flags & REMOVED)
338 if (ep->e_flags & TMPNAME)
340 if (ep->e_flags & EXTRACT)
342 if (ep->e_flags & NEW)
344 if (ep->e_flags & KEEP)
346 if (ep->e_flags & EXISTED)