Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c225 if ((vp->v_flag & VDUP) == 0) { in copen()
249 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/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h272 #define VDUP 0x08 /* file should be dup'ed rather then opened */ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h275 #define VDUP 0x08 /* file should be dup'ed rather then opened */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h336 #define VDUP 0x08 /* file should be dup'ed rather then opened */ macro