Searched refs:F_DONE (Results 1 – 6 of 6) sorted by relevance
129 if (last->type != F_DIR || last->flags & F_DONE) { in mtree_readspec()134 last->flags |= F_DONE; in mtree_readspec()153 } else if (last->type == F_DIR && !(last->flags & F_DONE)) { in mtree_readspec()
60 #define F_DONE 0x0002 /* directory done */ macro
69 #define F_DONE 0x00000004 /* directory done */ macro
160 if (last->type != F_DIR || last->flags & F_DONE) { in spec()165 last->flags |= F_DONE; in spec()245 } else if (last->type == F_DIR && !(last->flags & F_DONE)) { in spec()
175 #define F_DONE 0x00000004 /* directory done */ macro
59090 #define F_DONE V_DONE(1U) macro