Searched refs:VCLONE (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/kern/
H A Dspec_vnops.c560 if (!(vp->v_flag & VCLONE))
578 if (!(vp->v_flag & VCLONE))
595 if (!(vp->v_flag & VCLONE))
731 cvp->v_flag |= VCLONE;
/openbsd-current/sys/sys/
H A Dvnode.h150 #define VCLONE 0x8000 /* vnode is a clone */ macro
/openbsd-current/usr.bin/fstat/
H A Dfstat.c437 else if (kf->v_tag == VT_NON && !(kf->v_flag & VCLONE))
467 else if (!(kf->v_flag & VCLONE))
/openbsd-current/lib/libkvm/
H A Dkvm_file2.c926 if (vp->v_flag & VCLONE)

Completed in 65 milliseconds