Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dopen.c224 if ((vp->v_flag & VDUP) == 0) { in copen()
248 vp->v_flag &= ~VDUP; in copen()
/titanic_44/usr/src/uts/common/fs/fd/
H A Dfdops.c86 (*vpp)->v_flag |= VDUP; in fdopen()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h272 #define VDUP 0x08 /* file should be dup'ed rather then opened */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h279 #define VDUP 0x08 /* file should be dup'ed rather then opened */ macro