Searched refs:VDUP (Results 1 – 4 of 4) sorted by relevance
224 if ((vp->v_flag & VDUP) == 0) { in copen()248 vp->v_flag &= ~VDUP; in copen()
86 (*vpp)->v_flag |= VDUP; in fdopen()
272 #define VDUP 0x08 /* file should be dup'ed rather then opened */ macro
279 #define VDUP 0x08 /* file should be dup'ed rather then opened */ macro