Home
last modified time | relevance | path

Searched refs:VDUP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c225 if ((vp->v_flag & VDUP) == 0) { in copen()
253 vp->v_flag &= ~VDUP; in copen()
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c87 (*vpp)->v_flag |= VDUP; in fdopen()
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h336 #define VDUP 0x08 /* file should be dup'ed rather then opened */ macro