Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvnode.h271 #define VV_READLINK 0x2000 /* fdescfs linux vnode */ macro
/f-stack/freebsd/kern/
H A Dvfs_subr.c4157 if (vp->v_vflag & VV_READLINK) in vn_printf()
4162 VV_READLINK); in vn_printf()
H A Dvfs_syscalls.c2628 if (vp->v_type != VLNK && (vp->v_vflag & VV_READLINK) == 0) in kern_readlink_vp()